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

Moritz Heiber moe at lunar-linux.org
Sun Nov 18 20:30:23 CET 2007


Author: moe
Date: 2007-11-18 20:30:23 +0100 (Sun, 18 Nov 2007)
New Revision: 26829

Modified:
   moonbase/branches/crater/libs/glibc-new/CONFIGURE
Log:
We need this in order for CONFIGURE to work correctly
I might seem like a hack .. and it is. Don't do it
anywhere else.



Modified: moonbase/branches/crater/libs/glibc-new/CONFIGURE
===================================================================
--- moonbase/branches/crater/libs/glibc-new/CONFIGURE	2007-11-18 18:15:21 UTC (rev 26828)
+++ moonbase/branches/crater/libs/glibc-new/CONFIGURE	2007-11-18 19:30:23 UTC (rev 26829)
@@ -1,3 +1,7 @@
+# we have to have the tarball before we can proceed
+
+download_module glibc &&
+
 LOCALEDATA_DIR="/tmp/localedata"
 ORIGINAL_SUPPORTED="$LOCALEDATA_DIR/SUPPORTED"
 COPIED_SUPPORTED="/tmp/supported-locales"



More information about the Lunar-commits mailing list