From 38a11f3f2d7733de025b6c79f127a8af65d3081e Mon Sep 17 00:00:00 2001 From: Erik Troan Date: Mon, 9 Mar 1998 22:22:11 +0000 Subject: still more cvs workarounds --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 005de838..39443f91 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ tag-archive: create-archive: tag-archive @rm -rf /tmp/initscripts - @cd /tmp/initscripts; cvs export -r$(CVSTAG) initscripts + @cd /tmp; 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