[Lunar-commits] r19354 - lunar-iso/trunk/scripts

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


Author: sofar
Date: 2006-03-21 04:45:48 +0000 (Tue, 21 Mar 2006)
New Revision: 19354

Modified:
   lunar-iso/trunk/scripts/rebuild
Log:
Build all packages with LC_ALL=C


Modified: lunar-iso/trunk/scripts/rebuild
===================================================================
--- lunar-iso/trunk/scripts/rebuild	2006-03-21 04:45:03 UTC (rev 19353)
+++ lunar-iso/trunk/scripts/rebuild	2006-03-21 04:45:48 UTC (rev 19354)
@@ -3,6 +3,8 @@
 echo "+ Starting rebuild of all modules"
 . /etc/lunar/config
 
+export LC_ALL=C
+
 # do the parallel thingy?
 if [ -n "$ISO_MAKES" ]; then
   sedit '/MAKES=/d' $ISO_TARGET/etc/lunar/local/optimizations



More information about the Lunar-commits mailing list