From: Nathan Wagner Date: Tue, 17 Feb 2015 06:09:25 +0000 (+0000) Subject: removed sequence create from makefile X-Git-Tag: v0.1.6~232 X-Git-Url: https://pd.if.org/git/?a=commitdiff_plain;h=b3976616839cd5c7eb2ee185dac822b8f666c03d;p=zpackage removed sequence create from makefile --- diff --git a/Makefile b/Makefile index 3b468e7..094e295 100644 --- a/Makefile +++ b/Makefile @@ -4,4 +4,4 @@ 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 - SPOOL=$(DESTDIR)/var/lib/admin/notes ./zpm-sequence -c notes + #SPOOL=$(DESTDIR)/var/lib/admin/notes ./zpm-sequence -c notes