[Lunar-commits] CVS: moonbase/xfce4/xfce4-session BUILD,1.5,1.6

Moritz Heiber moe at lunar-linux.org
Thu Feb 17 13:45:18 UTC 2005


Update of /var/cvs/lunar/moonbase/xfce4/xfce4-session
In directory espresso.foo-projects.org:/tmp/cvs-serv29992

Modified Files:
	BUILD 
Log Message:
xfce4-session is checking for iceauth .. which is in /usr/X11/bin.
We're enforcing our own PATH now though .. so, here's the fix.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/xfce4/xfce4-session/BUILD,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- BUILD	3 Oct 2004 18:39:51 -0000	1.5
+++ BUILD	17 Feb 2005 13:45:15 -0000	1.6
@@ -2,7 +2,9 @@
 ( 
    # make sure proper PKG_CONFIG_PATH is set
    export PKG_CONFIG_PATH="${XFCE4_PREFIX:-/opt/lunar/xfce4}/lib/pkgconfig:${PKG_CONFIG_PATH}" &&
-   
+
+   PATH="$PATH:/usr/X11/bin"
+
    ./configure  --build=$BUILD					\
                 --prefix=${XFCE4_PREFIX:-/opt/lunar/xfce4}	\
                 $OPTS                                           &&



More information about the Lunar-commits mailing list