[Lunar-commits] r22285 - moonbase/trunk/xfce4/goodies/xfce4-genmon-plugin
Moritz Heiber
moe at lunar-linux.org
Sat Nov 25 13:07:47 CET 2006
Author: moe
Date: 2006-11-25 13:07:47 +0100 (Sat, 25 Nov 2006)
New Revision: 22285
Modified:
moonbase/trunk/xfce4/goodies/xfce4-genmon-plugin/BUILD
Log:
xdt-autogen is not in the standard PATH we enforce on every module.
This is not a general problem as usually pkgconfig takes care of PATH
just not with the rather simple test in the autogen.sh script of this
module.
Anyhow, this is part of a much larger problem sofar introduced by
not properly using MODULE_PREFIX.
Modified: moonbase/trunk/xfce4/goodies/xfce4-genmon-plugin/BUILD
===================================================================
--- moonbase/trunk/xfce4/goodies/xfce4-genmon-plugin/BUILD 2006-11-25 10:35:08 UTC (rev 22284)
+++ moonbase/trunk/xfce4/goodies/xfce4-genmon-plugin/BUILD 2006-11-25 12:07:47 UTC (rev 22285)
@@ -1,6 +1,6 @@
(
- # make sure proper PKG_CONFIG_PATH is set
- export PKG_CONFIG_PATH="${XFCE4_PREFIX:-/opt/lunar/xfce4}/lib/pkgconfig:${PKG_CONFIG_PATH}" &&
+ # Temporary fix until sofar cleans up his mess
+ . /etc/profile.d/xfce4.rc &&
./autogen.sh --build=$BUILD \
--prefix=${XFCE4_PREFIX:-/opt/lunar/xfce4} \
More information about the Lunar-commits
mailing list