[Lunar-commits] r23231 - moonbase/trunk/utils/kbd

Auke Kok sofar at lunar-linux.org
Sun Feb 11 19:26:42 CET 2007


Author: sofar
Date: 2007-02-11 19:26:42 +0100 (Sun, 11 Feb 2007)
New Revision: 23231

Modified:
   moonbase/trunk/utils/kbd/BUILD
Log:
Force install folder for this, on x86 it was installing into /usr/share/kbd and in x86_64 it was /usr/share. I can't work with stuff like that! grrrr


Modified: moonbase/trunk/utils/kbd/BUILD
===================================================================
--- moonbase/trunk/utils/kbd/BUILD	2007-02-11 17:55:45 UTC (rev 23230)
+++ moonbase/trunk/utils/kbd/BUILD	2007-02-11 18:26:42 UTC (rev 23231)
@@ -1,12 +1,12 @@
 (
-  
+
   sedit "s:(LOADKEYS_BINDIR):(BINDIR):" src/Makefile.in  &&
 
   patch_it $SOURCE_CACHE/$SOURCE2 1  &&
   patch_it $SOURCE_CACHE/$SOURCE3 1  &&
 
-  ./configure  $OPTS  &&
-	       
+  ./configure --datadir=/usr/share $OPTS  &&
+
   default_make 
 
 ) > $C_FIFO 2>&1



More information about the Lunar-commits mailing list