X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=Makefile;h=22c8d36ebcac21dd96a22876b3f0132e378131b0;hb=06ea9ccb6a8d36c63d5f1dac4fd2430819b75a95;hp=4ad7edbce9d1bdea1119d733361c4909bdc6dc56;hpb=de3ce49c093f0c274d2921fa90ad829e1fc4a5f9;p=zpackage diff --git a/Makefile b/Makefile index 4ad7edb..22c8d36 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ ZPKGBIN=zpm-addfile zpm-extract zpm-init zpm-vercmp zpm-stat zpm-hash \ SCRIPTS=zpm zpm-install zpm-merge zpm-list zpm-preserve zpm-test zpm-log \ zpm-contents zpm-uninstall zpm-pathmod zpm-rmpackage zpm-newpackage \ - zpm-pkg zpm-add zpm-pkgfile zpm-gc zpm-repo + zpm-pkg zpm-add zpm-pkgfile zpm-gc zpm-repo zpm-update zpm-confgit COMPILED=$(ZPKGBIN) PROGRAMS=$(SCRIPTS) $(COMPILED) @@ -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