[Lunar-commits] CVS: moonbase/xfce4/xfce-mcs-manager BUILD,1.1,1.2
Auke Kok
sofar at lunar-linux.org
Wed Feb 18 20:49:36 GMT 2004
Update of /var/cvs/lunar/moonbase/xfce4/xfce-mcs-manager
In directory dbguin.lunar-linux.org:/tmp/cvs-serv12599/xfce-mcs-manager
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/xfce-mcs-manager/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD 25 Sep 2003 20:35:45 -0000 1.1
+++ BUILD 18 Feb 2004 20:49:04 -0000 1.2
@@ -1,7 +1,7 @@
(
./configure --build=$BUILD \
- --prefix=/opt/lunar/xfce/4.0 \
+ --prefix=${XFCE4_PREFIX:-/opt/lunar/xfce/4.0} \
$OPTS &&
default_make
More information about the Lunar-commits
mailing list