]> git.donarmstrong.com Git - debian/debian-policy.git/commitdiff
* Small fixes; it seems to work now.
authorManoj Srivastava <srivasta@debian.org>
Thu, 16 Jun 2005 05:12:43 +0000 (05:12 +0000)
committerManoj Srivastava <srivasta@debian.org>
Thu, 16 Jun 2005 05:12:43 +0000 (05:12 +0000)
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

index 028c067823bf86ef62ab14d6bb853663b34d3418..ed9270e8175b3f91f1d59cac079f47cd12e044b2 100755 (executable)
@@ -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; \