From d5ad9d3a4f463e409b73c789e297dbcbe36bec37 Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 18 May 2006 07:34:10 +0000 Subject: [PATCH] (tar): Fix CVS root. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1043fe6..3706d97 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ tar: cvs commit sh -c 'cvs tag -R $(PACKAGE)-`echo $(VERSION) | tr . _`; \ cd /tmp; \ - cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root \ + cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/chise \ export -d $(PACKAGE)-$(VERSION) \ -r $(PACKAGE)-`echo $(VERSION) | tr . _` \ tomoyo-tools' -- 1.7.10.4