[Lunar-commits] r23972 - lunar/trunk/var/lib/lunar/functions
Auke Kok
sofar at lunar-linux.org
Sun Apr 8 20:50:28 CEST 2007
Author: sofar
Date: 2007-04-08 20:50:28 +0200 (Sun, 08 Apr 2007)
New Revision: 23972
Modified:
lunar/trunk/var/lib/lunar/functions/depends.lunar
lunar/trunk/var/lib/lunar/functions/main.lunar
Log:
Fix tracker bug #226 (the one Jerry is filing right now) - mquery new syntax fails to pass OPTS properly
Modified: lunar/trunk/var/lib/lunar/functions/depends.lunar
===================================================================
--- lunar/trunk/var/lib/lunar/functions/depends.lunar 2007-04-08 17:35:33 UTC (rev 23971)
+++ lunar/trunk/var/lib/lunar/functions/depends.lunar 2007-04-08 18:50:28 UTC (rev 23972)
@@ -338,6 +338,7 @@
exit 1
fi &&
run_details $1 &&
+ RECONFIGURE= run_configure &&
RECONFIGURE= run_depends &&
RECONFIGURE= satisfy_depends
fi
Modified: lunar/trunk/var/lib/lunar/functions/main.lunar
===================================================================
--- lunar/trunk/var/lib/lunar/functions/main.lunar 2007-04-08 17:35:33 UTC (rev 23971)
+++ lunar/trunk/var/lib/lunar/functions/main.lunar 2007-04-08 18:50:28 UTC (rev 23972)
@@ -269,11 +269,12 @@
fi
fi
check_blacklist &&
-
+
# here we run CONFLICTS, DEPENDS and CONFIGURE stuff
run_conflicts &&
satisfy_depends &&
show_downloading &&
+ RECONFIGURE= run_configure &&
# last minute source code presence check:
(
More information about the Lunar-commits
mailing list