From: Joerg Jaspert Date: Thu, 22 Aug 2013 20:44:30 +0000 (+0200) Subject: Whyever we had <> there, remove them. X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;ds=sidebyside;h=85a2e41dd8529b44d1760127b1c9bc633841a97f;p=dak.git Whyever we had <> there, remove them. added benefit of actually removing the uncompressed version Signed-off-by: Joerg Jaspert --- diff --git a/config/debian/dinstall.functions b/config/debian/dinstall.functions index 4441f4e8..79b7eb50 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 - gzip -9v --rsyncable Maintainers.gz - gzip -9v --rsyncable Uploaders.gz + gzip -9v --rsyncable Maintainers + gzip -9v --rsyncable Uploaders done }