CVS: theedge/var/lib/lunar/functions install.lunar,1.18,1.19
sofar at lunar-linux.org
sofar at lunar-linux.org
Fri Sep 19 21:32:04 GMT 2003
Update of /var/cvs/lunar/theedge/var/lib/lunar/functions
In directory dbguin.lunar-linux.org:/tmp/cvs-serv15710/var/lib/lunar/functions
Modified Files:
install.lunar
Log Message:
This fixes the double DL bug. see lunar for more info in commit msg
Index: install.lunar
===================================================================
RCS file: /var/cvs/lunar/theedge/var/lib/lunar/functions/install.lunar,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- install.lunar 11 Sep 2003 05:09:50 -0000 1.18
+++ install.lunar 19 Sep 2003 21:32:02 -0000 1.19
@@ -354,7 +354,7 @@
fi
# make sure we have the source code
- download_module $MODULE
+ lget $MODULE
# set the installwatchfile
export INSTALLWATCHFILE=$(temp_create "$MODULE.installwatch")
@@ -365,7 +365,7 @@
if [ "$MODULE" == "moonbase" ] ; then
if ! current_locked && ! solo_locked ; then
echo $$ > $linING &&
- get_moonbase &&
+ lget moonbase &&
rm -f $linING &&
return
else
More information about the Lunar-commits
mailing list