[Lunar-commits] CVS: theedge/var/lib/lunar/functions modules.lunar, 1.33, 1.34

Auke Kok sofar at lunar-linux.org
Tue Mar 9 08:56:25 GMT 2004


Update of /var/cvs/lunar/theedge/var/lib/lunar/functions
In directory dbguin.lunar-linux.org:/tmp/cvs-serv14545/var/lib/lunar/functions

Modified Files:
	modules.lunar 
Log Message:
Emergency fix: module.index was broken


Index: modules.lunar
===================================================================
RCS file: /var/cvs/lunar/theedge/var/lib/lunar/functions/modules.lunar,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- modules.lunar	8 Mar 2004 21:33:49 -0000	1.33
+++ modules.lunar	9 Mar 2004 08:56:23 -0000	1.34
@@ -103,7 +103,7 @@
     # short way out:
     echo MOONBASE_MD5:$(set_moonbase_md5) > $TMP_INDEX
     grep "/DETAILS$" $INSTALL_LOGS/moonbase-$(installed_version moonbase) | \
-        sed -e 's:/DETAILS$::g' -e 's:/var/lib/lunar/moonbase/::g' | \
+        sed -e 's:/DETAILS$::' -e 's:/var/lib/lunar/moonbase/::' -e 's|/|:|' | \
 	awk -F: '{print $2":"$1}' >> $TMP_INDEX
     # we search zlocal locally to make sure they get found:
     find $MOONBASE/zlocal -type f -name DETAILS | sed "s:$MOONBASE/::g" | sed 's|/|:|' | sed 's:/DETAILS::g' | awk -F: '{print $2":"$1}' >> $TMP_INDEX



More information about the Lunar-commits mailing list