From: Manoj Srivastava Date: Thu, 16 Jun 2005 05:12:43 +0000 (+0000) Subject: * Small fixes; it seems to work now. X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5a5a48a55b383e612522e21c9d89f66f141ba07b;hp=55e926a252a4c23ba0c0fc262c006b21b2cb8956;p=debian%2Fdebian-policy.git * 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 --- 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; \