[Lunar-commits] CVS: moonbase/xfce4/xfce4-systray BUILD,1.2,1.3
Auke Kok
sofar at lunar-linux.org
Wed Feb 18 20:49:08 GMT 2004
Update of /var/cvs/lunar/moonbase/xfce4/xfce4-systray
In directory dbguin.lunar-linux.org:/tmp/cvs-serv12599/xfce4-systray
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-systray/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD 12 Nov 2003 22:38:18 -0000 1.2
+++ BUILD 18 Feb 2004 20:49:05 -0000 1.3
@@ -1,7 +1,7 @@
(
./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