From a2ac2a7e94f2df3c3b20e90971a2b78e94aa7d78 Mon Sep 17 00:00:00 2001 From: Nathan Wagner Date: Tue, 17 Feb 2015 06:14:23 +0000 Subject: [PATCH] add subdirs to install target --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f9fcefa..248c071 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,6 @@ install: install -D zpm-sequence $(DESTDIR)/bin/zpm-sequence install -d -m2775 -o root -g adm $(DESTDIR)/var/lib/admin install -d -m2775 -o root -g adm $(DESTDIR)/var/lib/admin/notes - install -d -m2775 -o root -g adm $(DESTDIR)/var/lib/admin/open - install -d -m2775 -o root -g adm $(DESTDIR)/var/lib/admin/ack + install -d -m2775 -o root -g adm $(DESTDIR)/var/lib/admin/notes/open + install -d -m2775 -o root -g adm $(DESTDIR)/var/lib/admin/notes/ack #SPOOL=$(DESTDIR)/var/lib/admin/notes ./zpm-sequence -c notes -- 2.40.0