From e7009d44ad703651220d14fcced7588a48a9a9e2 Mon Sep 17 00:00:00 2001 From: Erik Troan Date: Mon, 9 Mar 1998 22:21:39 +0000 Subject: MORE cvs brokenness --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d5c5cfc4..005de838 100644 --- a/Makefile +++ b/Makefile @@ -27,8 +27,7 @@ tag-archive: create-archive: tag-archive @rm -rf /tmp/initscripts - @mkdir /tmp/initscripts - @cvs export -r$(CVSTAG) -d /tmp/initscripts initscripts + @cd /tmp/initscripts; cvs export -r$(CVSTAG) initscripts @mv /tmp/initscripts /tmp/initscripts-$(VERSION) @cd /tmp; tar czSpf initscripts-$(VERSION).tar.gz initscripts-$(VERSION) @rm -rf /tmp/initscripts-$(VERSION) -- cgit v1.2.1