[Lunar-commits] CVS: moonbase/xfce4/xfce-utils BUILD,1.2,1.3

Jasper Huysmans jasper at lunar-linux.org
Sun Feb 22 19:23:41 GMT 2004


Update of /var/cvs/lunar/moonbase/xfce4/xfce-utils
In directory dbguin.lunar-linux.org:/tmp/cvs-serv24137/xfce-utils

Modified Files:
	BUILD 
Log Message:
Make sure PKG_CONFIG_PATH is set correctly

Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/xfce4/xfce-utils/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD	18 Feb 2004 20:49:04 -0000	1.2
+++ BUILD	22 Feb 2004 19:23:08 -0000	1.3
@@ -1,5 +1,8 @@
 
 ( 
+   # make sure proper PKG_CONFIG_PATH is set
+   export PKG_CONFIG_PATH="${XFCE4_PREFIX:-/opt/lunar/xfce/4.0}/lib/pkgconfig:${PKG_CONFIG_PATH}" &&
+   
    ./configure  --build=$BUILD					\
                 --prefix=${XFCE4_PREFIX:-/opt/lunar/xfce/4.0}	\
                 $OPTS                                           &&



More information about the Lunar-commits mailing list