From d2e9f20819ce7cf611c3cb70ce45b1aad96ff4a5 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Mon, 3 Dec 2007 06:33:15 +0000 Subject: [PATCH] Don't try to compress FHS files before installation We install the already-compressed FHS files, so we don't need to compress them. We also shouldn't try to compress them before we install them. git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-21 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index e19494e..04cf38e 100755 --- a/debian/rules +++ b/debian/rules @@ -150,7 +150,7 @@ stamp-policy: build $(sanitycheck) $(install_file) debian/changelog $(DOCDIR)/ # Be more specific with file compression gzip -f9 $(DOCDIR)/*.txt $(DOCDIR)/*.sgml \ - $(DOCDIR)/fhs/* $(DOCDIR)/changelog + $(DOCDIR)/changelog # These are allready compressed #$(install_file) $(FHS_NEW_FILES) $(DOCDIR)/fhs/ $(install_file) $(FHS_FILES) $(DOCDIR)/fhs/ -- 2.39.5