Browse Source

create parts directory

Wichert Akkerman 24 years ago
parent
commit
38001239f8
2 changed files with 5 additions and 0 deletions
  1. 4 0
      ChangeLog
  2. 1 0
      split/Makefile.in

+ 4 - 0
ChangeLog

@@ -1,3 +1,7 @@
+Wed Jan 30 00:29:07 CET 2002 Wichert Akkerman <wakkerma@debian.org>
+
+  * split/Makefile.in: create parts directory
+
 Wed Jan 30 00:24:36 CET 2002 Wichert Akkerman <wakkerma@debian.org>
 
   * utils/start-stop-daemon.c: Fix tyop in help message

+ 1 - 0
split/Makefile.in

@@ -32,6 +32,7 @@ install:: install-program install-doc
 install-program:
 	$(mkinstalldirs) $(DESTDIR)/$(bindir)
 	$(INSTALL) dpkg-split $(DESTDIR)$(bindir)
+	$(mkinstalldirs) $(DESTDIR)/$(admindir)/parts
 	$(mkinstalldirs) $(DESTDIR)/$(dpkglibdir)
 	$(INSTALL) $(srcdir)/mksplit.pl $(DESTDIR)/$(dpkglibdir)/mksplit