[Lunar-commits] r23887 - moonbase/trunk/libs/glibc
Moritz Heiber
moe at lunar-linux.org
Mon Apr 2 16:37:20 CEST 2007
Author: moe
Date: 2007-04-02 16:37:20 +0200 (Mon, 02 Apr 2007)
New Revision: 23887
Modified:
moonbase/trunk/libs/glibc/POST_INSTALL
Log:
We need to make sure nothing's blocking our effort to
install these two modules.
Modified: moonbase/trunk/libs/glibc/POST_INSTALL
===================================================================
--- moonbase/trunk/libs/glibc/POST_INSTALL 2007-04-02 06:04:16 UTC (rev 23886)
+++ moonbase/trunk/libs/glibc/POST_INSTALL 2007-04-02 14:37:20 UTC (rev 23887)
@@ -1,3 +1,7 @@
+# We need to make sure that glibc is not blocking our effort
+
+mv /var/lock/installing.glibc /var/lock/installing.$$
+
# Install the latest timezone data to cope with US DST changes
lin -cr timezone-data
@@ -5,7 +9,7 @@
# Install the kernel headers which we created in BUILD
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
+
+mv /var/lock/installing.$$ /var/lock/installing.glibc
More information about the Lunar-commits
mailing list