[Lunar-commits] CVS: theedge/bin lvu,1.65,1.66

Auke Kok sofar at lunar-linux.org
Fri Mar 25 15:54:00 UTC 2005


Update of /var/cvs/lunar/theedge/bin
In directory espresso.foo-projects.org:/tmp/cvs-serv18573/bin

Modified Files:
	lvu 
Log Message:
Remove remainder of versioned modules


Index: lvu
===================================================================
RCS file: /var/cvs/lunar/theedge/bin/lvu,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- lvu	25 Mar 2005 10:47:05 -0000	1.65
+++ lvu	25 Mar 2005 15:53:57 -0000	1.66
@@ -832,7 +832,7 @@
 	  
     md5sum)
       if [ -n "$2" ] ; then
-        if ! md5sum_files "$INSTALL_LOGS/$MOD_V_SNAME-$(installed_version $2)" ; then
+        if ! md5sum_files "$INSTALL_LOGS/$2-$(installed_version $2)" ; then
 	  md5sum_files  "$INSTALL_LOGS/*"
         fi
       fi
@@ -998,11 +998,11 @@
 
     compile)
       run_details $2 ; 
-        if [ -f $COMPILE_LOGS/$MOD_V_SNAME-$(lvu version $2).bz2 ] ; then
-          view_file $COMPILE_LOGS/$MOD_V_SNAME-$(lvu version $2).bz2
+        if [ -f $COMPILE_LOGS/$2-$(lvu version $2).bz2 ] ; then
+          view_file $COMPILE_LOGS/$2-$(lvu version $2).bz2
         else
           VERSION=$(installed_version $2)
-          view_file $COMPILE_LOGS/$MOD_V_SNAME-$(installed_version $2).bz2 \
+          view_file $COMPILE_LOGS/$2-$(installed_version $2).bz2 \
              "Compile log for $2 does not exist"
         fi
       #fi
@@ -1010,7 +1010,7 @@
 	      
    install)
      if run_details $2 ; then
-       view_file $INSTALL_LOGS/$MOD_V_SNAME-$(installed_version $2) \
+       view_file $INSTALL_LOGS/$2-$(installed_version $2) \
            "Install log for $2 does not exist"
      fi
      ;;



More information about the Lunar-commits mailing list