From 225a3f883de4863dbaaaa854d6911c6b018045c4 Mon Sep 17 00:00:00 2001 From: Erik Troan Date: Mon, 9 Mar 1998 22:18:36 +0000 Subject: more cvs broknness --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6fed9516..d5c5cfc4 100644 --- a/Makefile +++ b/Makefile @@ -26,8 +26,8 @@ tag-archive: @cvs tag -F $(CVSTAG) create-archive: tag-archive - @rm -rf /tmp/initscripts-$(VERSION) - @mkdir /tmp/initscripts-$(VERSION) + @rm -rf /tmp/initscripts + @mkdir /tmp/initscripts @cvs export -r$(CVSTAG) -d /tmp/initscripts initscripts @mv /tmp/initscripts /tmp/initscripts-$(VERSION) @cd /tmp; tar czSpf initscripts-$(VERSION).tar.gz initscripts-$(VERSION) -- cgit v1.2.1