[Lunar-commits] CVS: theedge/sbin lrm,1.25,1.26

Auke Kok sofar at lunar-linux.org
Sun Sep 26 15:03:24 UTC 2004


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

Modified Files:
	lrm 
Log Message:
bugfix #460 (tested). I forgot to add the "optimize" call since BUILD is no longer set by default. Also some leftover and untested code after cleaning up probably.


Index: lrm
===================================================================
RCS file: /var/cvs/lunar/theedge/sbin/lrm,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- lrm	21 May 2004 19:51:27 -0000	1.25
+++ lrm	26 Sep 2004 15:03:21 -0000	1.26
@@ -231,6 +231,7 @@
   root_check
 
   verbose_msg "running \"$MODULE\" DETAILS file"
+  optimize
   run_details $MODULE &> /dev/null || return 1
 
   if [ -z "$1" ] ; then
@@ -264,10 +265,10 @@
   verbose_msg "installing \"$MODULE-$1\""
   verbose_msg "extracting cached install file..."
   
-  bzcat $INSTALL_CACHE/$FILENAME | tar -kt $TAR_P -C / >/dev/null
+  bzcat $INSTALL_CACHE/$MODULE-$1-$BUILD.tar.bz2 | tar -kt $TAR_P -C / >/dev/null
   verbose_msg "adding module to installed list"
 
-  bzcat $INSTALL_CACHE/$FILENAME | 
+  bzcat $INSTALL_CACHE/$MODULE-$1-$BUILD.tar.bz2 | 
   tar -kx $TAR_P -C / 2>/dev/null >/dev/null
   verbose_msg "adding module to installed list"
   add_module $MODULE installed  $1



More information about the Lunar-commits mailing list