From 0717531cb366bda3d6bea040bfe3733017e46e4d Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 11 Feb 2002 16:03:15 +0000 Subject: fix the comment for accessing the CVS version --- lst/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'lst/Makefile') 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 -- cgit v1.2.1