From 85a2e41dd8529b44d1760127b1c9bc633841a97f Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Thu, 22 Aug 2013 22:44:30 +0200 Subject: [PATCH] Whyever we had <> there, remove them. added benefit of actually removing the uncompressed version Signed-off-by: Joerg Jaspert --- config/debian/dinstall.functions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 } -- 2.39.2