[Lunar-commits] r20263 - moonbase/branches/crater/xorg-7.0/x11-proto/xproto
Samuel Verstraete
elangelo at lunar-linux.org
Tue May 30 14:09:49 UTC 2006
Author: elangelo
Date: 2006-05-30 14:09:48 +0000 (Tue, 30 May 2006)
New Revision: 20263
Modified:
moonbase/branches/crater/xorg-7.0/x11-proto/xproto/BUILD
Log:
we always need this... even if the prefix is set to /usr
Modified: moonbase/branches/crater/xorg-7.0/x11-proto/xproto/BUILD
===================================================================
--- moonbase/branches/crater/xorg-7.0/x11-proto/xproto/BUILD 2006-05-30 13:54:01 UTC (rev 20262)
+++ moonbase/branches/crater/xorg-7.0/x11-proto/xproto/BUILD 2006-05-30 14:09:48 UTC (rev 20263)
@@ -12,13 +12,9 @@
default_build
- # We only need this if $MODULE_PREFIX is set to something else than /usr
- if [ "${MODULE_PREFIX}" != "/usr" ] ; then
-
echo export PATH=\""${MODULE_PREFIX}"/bin:'$PATH'\" >> $SOURCE_DIRECTORY/x11r7.rc;
echo export PKG_CONFIG_PATH=\""${MODULE_PREFIX}"/lib/pkgconfig:'$PKG_CONFIG_PATH'\" >> $SOURCE_DIRECTORY/x11r7.rc;
install -m644 $SOURCE_DIRECTORY/x11r7.rc /etc/profile.d/;
- fi
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list