[Lunar-commits] r14687 - lunar/trunk/sbin

Auke Kok sofar at lunar-linux.org
Tue May 10 12:37:18 UTC 2005


Author: sofar
Date: 2005-05-10 12:37:16 +0000 (Tue, 10 May 2005)
New Revision: 14687

Modified:
   lunar/trunk/sbin/lin
Log:
Don't let WANT_VERSION trickle into the version number needed for dependencies (This is also the first commit performed through HTTP+DAV+SSL!)


Modified: lunar/trunk/sbin/lin
===================================================================
--- lunar/trunk/sbin/lin	2005-05-10 08:13:53 UTC (rev 14686)
+++ lunar/trunk/sbin/lin	2005-05-10 12:37:16 UTC (rev 14687)
@@ -156,7 +156,7 @@
 
     run_details $MODULE &&
     run_depends $MODULE &&
-    satisfy_depends $MODULE
+    WANT_VERSION= satisfy_depends $MODULE
 
     if [ -z "$DEPS_ONLY" ] ; then
       if ! module_held $MODULE ; then



More information about the Lunar-commits mailing list