diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-02-11 16:03:15 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-02-11 16:03:15 +0000 |
commit | 0717531cb366bda3d6bea040bfe3733017e46e4d (patch) | |
tree | 2ba41d1b6e3d0e1f2fa6ad6e1c299cb353f31659 /lst | |
parent | 75ead674d734da8150b01c20f6b02fc04775a84f (diff) | |
download | ldetect-lst-0717531cb366bda3d6bea040bfe3733017e46e4d.tar ldetect-lst-0717531cb366bda3d6bea040bfe3733017e46e4d.tar.gz ldetect-lst-0717531cb366bda3d6bea040bfe3733017e46e4d.tar.bz2 ldetect-lst-0717531cb366bda3d6bea040bfe3733017e46e4d.tar.xz ldetect-lst-0717531cb366bda3d6bea040bfe3733017e46e4d.zip |
fix the comment for accessing the CVS version
Diffstat (limited to 'lst')
-rw-r--r-- | lst/Makefile | 8 |
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 |