[Lunar-commits] r18470 - moonbase/trunk/kernel/linux-2.6

Auke Kok sofar at lunar-linux.org
Wed Feb 1 23:27:27 UTC 2006


Author: sofar
Date: 2006-02-01 23:27:26 +0000 (Wed, 01 Feb 2006)
New Revision: 18470

Modified:
   moonbase/trunk/kernel/linux-2.6/BUILD
Log:
Never tested, never worked.


Modified: moonbase/trunk/kernel/linux-2.6/BUILD
===================================================================
--- moonbase/trunk/kernel/linux-2.6/BUILD	2006-02-01 22:42:13 UTC (rev 18469)
+++ moonbase/trunk/kernel/linux-2.6/BUILD	2006-02-01 23:27:26 UTC (rev 18470)
@@ -22,7 +22,7 @@
 ) && (
 
   # Needed for x86_64
-  MYARCH="`arch | egrep -q "i?86" && echo i386 || arch`"
+  MYARCH="`arch | grep -qw i.86 && echo i386 || arch`"
 
   yes n | make oldconfig
   LD_PRELOAD= cp .config $CONFIG_CACHE/.config.2.6.stable



More information about the Lunar-commits mailing list