diff options
-rw-r--r-- | ldetect-lst.spec | 5 | ||||
-rw-r--r-- | lst/Makefile | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/ldetect-lst.spec b/ldetect-lst.spec index 406e0e15..debebaa9 100644 --- a/ldetect-lst.spec +++ b/ldetect-lst.spec @@ -1,6 +1,6 @@ %define name ldetect-lst %define version 0.1.3 -%define release 2mdk +%define release 3mdk Name: %{name} Version: %{version} @@ -59,6 +59,9 @@ fi %{_bindir}/* %changelog +* Mon Feb 11 2002 Pixel <pixel@mandrakesoft.com> 0.1.3-3mdk +- fix the comment for accessing the CVS version + * Thu Feb 7 2002 Pixel <pixel@mandrakesoft.com> 0.1.3-2mdk - upgrading the package should now work... using trigger :-( 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 |