From 6e5acca452f92afd6f7384d6a2dcc1c178866c2c Mon Sep 17 00:00:00 2001 From: Jeff Johnson Date: Wed, 1 Jul 1998 13:41:28 +0000 Subject: Deal with some cvs quirks. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 55f09504..6f98e5ac 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ tag-archive: create-archive: tag-archive @rm -rf /tmp/initscripts - @cd /tmp; cvs export -r$(CVSTAG) initscripts + @cd /tmp; cvs -d $(CVSROOT) 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