[Lunar-commits] r14608 - moonbase/trunk/video/kino

Auke Kok sofar at lunar-linux.org
Fri May 6 20:50:07 UTC 2005


Author: sofar
Date: 2005-05-06 20:50:06 +0000 (Fri, 06 May 2005)
New Revision: 14608

Modified:
   moonbase/trunk/video/kino/BUILD
Log:
kino tweak and cleanup: include proper hotplug dirs, and fix up the BUILD a bit. See http://lunar-linux.org/?q=node/view/823 (dveatch).


Modified: moonbase/trunk/video/kino/BUILD
===================================================================
--- moonbase/trunk/video/kino/BUILD	2005-05-06 20:01:50 UTC (rev 14607)
+++ moonbase/trunk/video/kino/BUILD	2005-05-06 20:50:06 UTC (rev 14608)
@@ -1,15 +1,7 @@
 (
 
-  ./configure  --sysconfdir=/etc        \
-               --prefix=/usr            \
-               --mandir=/usr/share/man  \
-	       --localstatedir=/var     \
-	       $OPTS                    &&
+  sedit "s/-O2\"/$CFLAGS\"/g" configure &&
+  OPTS="$OPTS --with-hotplug-script-dir=/etc/hotplug/usb --with-hotplug-usermap-dir=/etc/hotplug/usb" &&
+  default_build
 
-  sedit "s/CFLAGS = -O2/CFLAGS = $CFLAGS/" Makefile       &&
-  sedit "s/CXXFLAGS = -O2/CXXFLAGS = $CXXFLAGS/" Makefile &&
-
-  default_make
-
 ) > $C_FIFO 2>&1
-



More information about the Lunar-commits mailing list