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

Auke Kok sofar at lunar-linux.org
Fri Apr 13 07:36:09 CEST 2007


Author: sofar
Date: 2007-04-13 07:36:09 +0200 (Fri, 13 Apr 2007)
New Revision: 24045

Modified:
   lunar/trunk/var/lib/lunar/functions/main.lunar
Log:
Preserve OPTS set by optional_depends when run_depends runs.


Modified: lunar/trunk/var/lib/lunar/functions/main.lunar
===================================================================
--- lunar/trunk/var/lib/lunar/functions/main.lunar	2007-04-12 20:13:00 UTC (rev 24044)
+++ lunar/trunk/var/lib/lunar/functions/main.lunar	2007-04-13 05:36:09 UTC (rev 24045)
@@ -275,7 +275,7 @@
   satisfy_depends             &&
   show_downloading            &&
 
-  OPTS="`grep ^$MODULE: $TEMP_CONFIGOPTS | cut -d: -f2`"
+  OPTS="$OPTS `grep ^$MODULE: $TEMP_CONFIGOPTS | cut -d: -f2`"
 
   # last minute source code presence check:
   (



More information about the Lunar-commits mailing list