[Lunar-commits] r26110 - moonbase/branches/crater/libs/glibc-new

Moritz Heiber moe at lunar-linux.org
Mon Oct 8 00:32:45 CEST 2007


Author: moe
Date: 2007-10-08 00:32:45 +0200 (Mon, 08 Oct 2007)
New Revision: 26110

Modified:
   moonbase/branches/crater/libs/glibc-new/POST_INSTALL
Log:
hmhm



Modified: moonbase/branches/crater/libs/glibc-new/POST_INSTALL
===================================================================
--- moonbase/branches/crater/libs/glibc-new/POST_INSTALL	2007-10-07 22:32:26 UTC (rev 26109)
+++ moonbase/branches/crater/libs/glibc-new/POST_INSTALL	2007-10-07 22:32:45 UTC (rev 26110)
@@ -1,7 +1,15 @@
-# Install the kernel headers which we created in BUILD
+# Use this file as a failsafe
 
+touch /tmp/glibc-post_install
+
 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
 fi
+
+if module_installed kernel-headers-2.6 ; then
+  mv /var/lock/installing.glibc /var/lock/installing.$$
+  lin -c kernel-headers-2.6
+  mv /var/lock/installing.$$ /var/lock/installing.glibc
+fi



More information about the Lunar-commits mailing list