[Lunar-commits] r19359 - moonbase/trunk/libs/glibc

Auke Kok sofar at lunar-linux.org
Tue Mar 21 07:10:45 UTC 2006


Author: sofar
Date: 2006-03-21 07:10:45 +0000 (Tue, 21 Mar 2006)
New Revision: 19359

Modified:
   moonbase/trunk/libs/glibc/POST_INSTALL
Log:
reversing the logic here - ONLY do this when kernel-headers-2.4 is installed. Perhaps we should also force this when kernel-headers-2.6 is installed?


Modified: moonbase/trunk/libs/glibc/POST_INSTALL
===================================================================
--- moonbase/trunk/libs/glibc/POST_INSTALL	2006-03-21 05:41:54 UTC (rev 19358)
+++ moonbase/trunk/libs/glibc/POST_INSTALL	2006-03-21 07:10:45 UTC (rev 19359)
@@ -1,6 +1,6 @@
 # Install the kernel headers which we created in BUILD
 
-if ! module_installed kernel-headers-2.6 ; then
+if module_installed kernel-headers-2.4 ; then
   mv /var/lock/installing.glibc /var/lock/installing.$$
   lin -c kernel-headers-2.4
   mv /var/lock/installing.$$ /var/lock/installing.glibc



More information about the Lunar-commits mailing list