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

Moritz Heiber moe at lunar-linux.org
Thu Mar 8 17:48:39 CET 2007


Author: moe
Date: 2007-03-08 17:48:38 +0100 (Thu, 08 Mar 2007)
New Revision: 23549

Modified:
   moonbase/trunk/libs/glibc/POST_INSTALL
Log:
We need to reinstall timezone-data. For the time being, glibc and
timezone-data install the same files, yet we need timezone-data
to install the correct ones. This is going to vanish with the new glibc module.



Modified: moonbase/trunk/libs/glibc/POST_INSTALL
===================================================================
--- moonbase/trunk/libs/glibc/POST_INSTALL	2007-03-08 16:37:51 UTC (rev 23548)
+++ moonbase/trunk/libs/glibc/POST_INSTALL	2007-03-08 16:48:38 UTC (rev 23549)
@@ -1,3 +1,7 @@
+# Install the latest timezone data to cope with US DST changes
+
+lin -cr timezone-data
+
 # Install the kernel headers which we created in BUILD
 
 if module_installed kernel-headers-2.4 ; then



More information about the Lunar-commits mailing list