From: Joerg Jaspert Date: Fri, 23 Aug 2013 05:59:43 +0000 (+0200) Subject: dont sleep and code. i now know why we have <> there. meh X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=777e8a17f14007869a967365cbf5e4f2aafb9e90;p=dak.git dont sleep and code. i now know why we have <> there. meh Signed-off-by: Joerg Jaspert --- diff --git a/config/debian/dinstall.functions b/config/debian/dinstall.functions index 09214ae6..4441f4e8 100644 --- a/config/debian/dinstall.functions +++ b/config/debian/dinstall.functions @@ -223,8 +223,8 @@ function mkmaintainers() { cd "${indices}" dak make-maintainers -a "${archive}" ${scriptdir}/masterfiles/pseudo-packages.maintainers - rm {Maintainers,Uploaders}.gz - gzip -9v --rsyncable Maintainers Uploaders + gzip -9v --rsyncable Maintainers.gz + gzip -9v --rsyncable Uploaders.gz done }