Here the attachment I forgot to attach.

-- 
`Rhubarb is no Egyptian god.' Debian http://www.debian.org [EMAIL PROTECTED]
Marcus Brinkmann              GNU    http://www.gnu.org    [EMAIL PROTECTED]
[EMAIL PROTECTED]
http://www.marcus-brinkmann.de
diff -ru apt/buildlib/defaults.mak apt.new/buildlib/defaults.mak
--- apt/buildlib/defaults.mak   Sun Sep 24 00:45:39 2000
+++ apt.new/buildlib/defaults.mak       Tue Dec  5 01:46:15 2000
@@ -125,7 +125,7 @@
 clean:
        echo Clean done for $(SUBDIR)
 dirs:
-       mkdir -p $(sort $(MKDIRS))
+       mkdir -p $(patsubst %/,%,$(sort $(MKDIRS)))
 
 # Header file control. We want all published interface headers to go
 # into the build directory from thier source dirs. We setup some
diff -ru apt/debian/rules apt.new/debian/rules
--- apt/debian/rules    Wed Oct 25 08:08:16 2000
+++ apt.new/debian/rules        Tue Dec  5 01:29:55 2000
@@ -220,7 +220,7 @@
        dh_installdocs -p$@
        
        # Install the man pages..
-       mkdir -p debian/$@/usr/share/man/man1/
+       mkdir -p debian/$@/usr/share/man/man1
        cp doc/apt-sortpkgs.1 doc/apt-ftparchive.1 debian/$@/usr/share/man/man1/
        
        dh_installchangelogs -p$@

Reply via email to