summaryrefslogtreecommitdiffstats
path: root/lst/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lst/Makefile')
-rw-r--r--lst/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/lst/Makefile b/lst/Makefile
index da4355f9..3fd241a1 100644
--- a/lst/Makefile
+++ b/lst/Makefile
@@ -34,13 +34,9 @@ install: $(TMP_TABLES) $(TABLES3)
for i in $(TABLES); do \
mkdir -p $(dir)/$$i.d ; \
(echo "# !! The original version is available in CVS at" ; \
- echo "# export CVSROOT=:pserver:anoncvs@cvs.mandrakesoft.com:/home/cvs/cooker" ; \
- echo "# cvs login (password \`\`cvs'')" ; \
- echo "# cvs checkout soft/$(project)" ; \
- echo "# or" ; \
- echo "# export CVSROOT=:ext:LOGIN@cvs.mandrakesoft.com:/home/cvs/cooker" ; \
echo "# export CVS_RSH=ssh" ; \
- echo "# cvs checkout soft/$(project)" ; \
+ echo "# export CVSROOT=:ext:anoncvs@cvs.mandrakesoft.com:/cooker" ; \
+ echo "# cvs checkout soft/$(project) (password \`\`cvs'')" ; \
cat $$i.tmp \
) > $(dir)/$$i.d/90default.lst; done