]> pd.if.org Git - zpackage/commitdiff
fix man directory creation v0.3.2
authorNathan Wagner <nw@hydaspes.if.org>
Sat, 1 Dec 2018 17:32:47 +0000 (17:32 +0000)
committerNathan Wagner <nw@hydaspes.if.org>
Sat, 1 Dec 2018 17:32:47 +0000 (17:32 +0000)
Makefile

index 4ad7edbce9d1bdea1119d733361c4909bdc6dc56..ab71151269dc6078e65ab9b18fed59b5cda93d32 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -190,7 +190,7 @@ libelf.a: elf/libelf.o
 install: $(COMPILED) doc/zpm.8
        test -d $(DESTDIR)/sbin || install -d $(DESTDIR)/sbin
        install $(PROGRAMS) $(DESTDIR)/sbin
-       mkdir $(DESTDIR)/usr/share/man/man8
+       mkdir -p $(DESTDIR)/usr/share/man/man8
        install -m644 doc/zpm.8 $(DESTDIR)/usr/share/man/man8
 
 scan-prep: clean sqlite/sqlite3.o sqlite/shell.o lib/liblzma.a