[Lunar-commits] CVS: moonbase/xfce4/xfce4-mixer BUILD,1.3,1.4

Auke Kok sofar at lunar-linux.org
Wed Feb 18 20:49:07 GMT 2004


Update of /var/cvs/lunar/moonbase/xfce4/xfce4-mixer
In directory dbguin.lunar-linux.org:/tmp/cvs-serv12599/xfce4-mixer

Modified Files:
	BUILD 
Log Message:
Modifying prefix, defaults to /opt/lunar/xfce/4.0, but SA can override this with a variable in /etc/lunar/local/config or even in the shell. Works like a charm. thanks jazman for the bash trick I forgot about. I Propose adding this to KDE and GNOME too.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/xfce4/xfce4-mixer/BUILD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- BUILD	12 Nov 2003 22:38:18 -0000	1.3
+++ BUILD	18 Feb 2004 20:49:05 -0000	1.4
@@ -5,7 +5,7 @@
   sedit 's?xfce4/lib?lib?' panel-plugin/*.c			&&
   
    ./configure  --build=$BUILD					\
-                --prefix=/opt/lunar/xfce/4.0			\
+                --prefix=${XFCE4_PREFIX:-/opt/lunar/xfce/4.0}	\
                 --disable-static				\
                 $OPTS                                           &&
 



More information about the Lunar-commits mailing list