From d2627219e0eb87928b25ee55a6a5b3a07a6ed92e Mon Sep 17 00:00:00 2001 From: Nathan Wagner Date: Sun, 27 Dec 2015 08:12:19 +0000 Subject: [PATCH] added zpm-preserve to install target --- Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.40.0