[Lunar-commits] CVS: theedge/var/lib/lunar/functions check.lunar, 1.20, 1.21

Auke Kok sofar at lunar-linux.org
Fri Mar 18 10:01:26 UTC 2005


Update of /var/cvs/lunar/theedge/var/lib/lunar/functions
In directory espresso.foo-projects.org:/home/sofar/active/theedge/var/lib/lunar/functions

Modified Files:
	check.lunar 
Log Message:
Moo, this should fix that too


Index: check.lunar
===================================================================
RCS file: /var/cvs/lunar/theedge/var/lib/lunar/functions/check.lunar,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- check.lunar	15 Mar 2005 16:49:37 -0000	1.20
+++ check.lunar	18 Mar 2005 10:01:24 -0000	1.21
@@ -311,7 +311,7 @@
   MODULES=$*
 
   if [ -z "$MODULES" ] ; then
-    MODULES=$(list_installed)
+    MODULES=$(list_installed | grep -v moonbase)
   fi
 
   if [ -z "$EXPORT_LD_PATH" ] ; then



More information about the Lunar-commits mailing list