From 5a5a48a55b383e612522e21c9d89f66f141ba07b Mon Sep 17 00:00:00 2001 From: Manoj Srivastava Date: Thu, 16 Jun 2005 05:12:43 +0000 Subject: [PATCH] * Small fixes; it seems to work now. Author: jdg Date: 2001/05/02 00:49:38 * Small fixes; it seems to work now. git-archimport-id: srivasta@debian.org--etch/debian-policy--devel--3.0--patch-112 --- debian/rules | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 028c067..ed9270e 100755 --- a/debian/rules +++ b/debian/rules @@ -170,10 +170,11 @@ stamp-policy: build -gzip -9 $(DOCDIR)/*.txt $(DOCDIR)/*.sgml \ $(DOCDIR)/fhs/* $(DOCDIR)/changelog $(install_file) debian/copyright $(DOCDIR)/ - GZIP=-9 tar -C debconf_spec -zcf debconf_specification.xml.tar.gz * + GZIP=-9 cd debconf_spec && \ + tar -zcf ../debconf_specification.xml.tar.gz * $(install_file) debconf_specification.xml.tar.gz $(DOCDIR)/ set -e; \ - for file in $(DESC_FILES); do \ + for file in $(DESC_FILES); do \ $(install_file) $$file.desc $(LIBDIR)/$$file; \ done set -e; \ -- 2.39.5