From b3976616839cd5c7eb2ee185dac822b8f666c03d Mon Sep 17 00:00:00 2001 From: Nathan Wagner Date: Tue, 17 Feb 2015 06:09:25 +0000 Subject: [PATCH] removed sequence create from makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0