[Lunar-commits] r14651 - lunar/trunk/var/lib/lunar/functions

Auke Kok sofar at lunar-linux.org
Sat May 7 21:17:43 UTC 2005


Author: sofar
Date: 2005-05-07 21:17:37 +0000 (Sat, 07 May 2005)
New Revision: 14651

Modified:
   lunar/trunk/var/lib/lunar/functions/depends.lunar
Log:
Internally adjust for in_depends() change.


Modified: lunar/trunk/var/lib/lunar/functions/depends.lunar
===================================================================
--- lunar/trunk/var/lib/lunar/functions/depends.lunar	2005-05-07 20:44:54 UTC (rev 14650)
+++ lunar/trunk/var/lib/lunar/functions/depends.lunar	2005-05-07 21:17:37 UTC (rev 14651)
@@ -187,7 +187,7 @@
     #              $4 = description of why to use this module
 
     DEP=$(unalias $1)
-    if ! in_depends "$MODULE" "$DEP" ; then
+    if ! grep -q "^$MODULE:$DEP:" $DEPENDS_STATUS ; then
                                                                                
       if module_exiled $DEP ; then
         verbose_msg "\"$MODULE\" optionally depends on exiled module \"$DEP\""



More information about the Lunar-commits mailing list