From: Nathan Wagner Date: Sun, 27 Dec 2015 08:12:19 +0000 (+0000) Subject: added zpm-preserve to install target X-Git-Tag: v0.1.6~204 X-Git-Url: https://pd.if.org/git/?a=commitdiff_plain;h=d2627219e0eb87928b25ee55a6a5b3a07a6ed92e;hp=0ea78a1197b7f6d17335ab8137a0a31d0ca41670;p=zpackage added zpm-preserve to install target --- diff --git a/Makefile b/Makefile index e33313e..239047f 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,7 @@ install: elftype install -D zpm-note $(DESTDIR)/bin/zpm-note install -D zpm-bug $(DESTDIR)/bin/zpm-bug install -D zpm-sequence $(DESTDIR)/bin/zpm-sequence + install -D zpm-preserve $(DESTDIR)/bin/zpm-preserve install -d -m2770 -o root -g adm $(DESTDIR)/var/lib/admin install -d -m2770 -o root -g adm $(DESTDIR)/var/lib/admin/notes install -d -m2770 -o root -g adm $(DESTDIR)/var/lib/admin/notes/open