[Lunar-commits] r15170 - moonbase/trunk/xfce4/libxfce4util
Terry Chan
tchan at lunar-linux.org
Mon May 30 15:04:29 UTC 2005
Author: tchan
Date: 2005-05-30 15:04:27 +0000 (Mon, 30 May 2005)
New Revision: 15170
Modified:
moonbase/trunk/xfce4/libxfce4util/POST_INSTALL
Log:
Added a test for ld.so.conf to add the /opt/lunar/xfce4/lib path. This is
needed by several xfce4 mini-programs, like xfce4-taskmanager.
Modified: moonbase/trunk/xfce4/libxfce4util/POST_INSTALL
===================================================================
--- moonbase/trunk/xfce4/libxfce4util/POST_INSTALL 2005-05-30 12:28:30 UTC (rev 15169)
+++ moonbase/trunk/xfce4/libxfce4util/POST_INSTALL 2005-05-30 15:04:27 UTC (rev 15170)
@@ -2,3 +2,9 @@
sedit "s?/opt/lunar/xfce4?$XFCE4_PREFIX?" /etc/profile.d/xfce4.rc
fi
+XFCE4LIBDIR=/opt/lunar/xfce4/lib
+if ! grep -q "$XFCE4LIBDIR" /etc/ld.so.conf ; then
+ echo "$XFCE4LIBDIR" >> /etc/ld.so.conf
+ ldconfig
+fi
+
More information about the Lunar-commits
mailing list