diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2006-05-11 14:32:14 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2006-05-11 14:32:14 +0000 |
commit | 73ea825fad08d30fe13f0f7c68308e0755f0c9ec (patch) | |
tree | 73862330c79eb8a13a372cdf1250ee0b40a96f8f /lst/Makefile | |
parent | af852a9555204a6a937f39706856f6104b7620aa (diff) | |
download | ldetect-lst-73ea825fad08d30fe13f0f7c68308e0755f0c9ec.tar ldetect-lst-73ea825fad08d30fe13f0f7c68308e0755f0c9ec.tar.gz ldetect-lst-73ea825fad08d30fe13f0f7c68308e0755f0c9ec.tar.bz2 ldetect-lst-73ea825fad08d30fe13f0f7c68308e0755f0c9ec.tar.xz ldetect-lst-73ea825fad08d30fe13f0f7c68308e0755f0c9ec.zip |
s/mandrakesoft/mandriva/
Diffstat (limited to 'lst/Makefile')
-rw-r--r-- | lst/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lst/Makefile b/lst/Makefile index a428af15..6d2d39e3 100644 --- a/lst/Makefile +++ b/lst/Makefile @@ -40,7 +40,7 @@ install: $(TMP_TABLES) $(TABLES3) (echo "# This file was created:" `date '+%Y-%m-%d %H:%M:%S (%z)'` ; \ echo "# !! The latest version is available via CVS at" ; \ echo "# export CVS_RSH=ssh" ; \ - echo "# export CVSROOT=:ext:anoncvs@cvs.mandrakesoft.com:/cooker" ; \ + echo "# export CVSROOT=:ext:anoncvs@cvs.mandriva.com:/cooker" ; \ echo "# cvs checkout soft/$(project) (password \`\`cvs'')" ; \ cat $$i.tmp \ ) > $(dir)/$$i.d/90default.lst; done |