From: tomo Date: Thu, 18 May 2006 07:34:10 +0000 (+0000) Subject: (tar): Fix CVS root. X-Git-Tag: chise-base-0_23~1 X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Ftomoyo-tools.git;a=commitdiff_plain;h=d5ad9d3a4f463e409b73c789e297dbcbe36bec37 (tar): Fix CVS root. --- 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'