projects
/
chise
/
tomoyo-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54efadb
)
(tar): Fix CVS root.
author
tomo
<tomo>
Thu, 18 May 2006 07:34:10 +0000
(07:34 +0000)
committer
tomo
<tomo>
Thu, 18 May 2006 07:34:10 +0000
(07:34 +0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
1043fe6
..
3706d97
100644
(file)
--- 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'