[Lunar-commits] CVS: moonbase/x11/XOrg POST_INSTALL,1.6,1.7

Auke Kok sofar at lunar-linux.org
Wed Nov 24 15:39:21 UTC 2004


Update of /var/cvs/lunar/moonbase/x11/XOrg
In directory espresso.foo-projects.org:/home/sofar/active/moonbase/x11/XOrg

Modified Files:
	POST_INSTALL 
Log Message:
Blooper. This really needs to be added


Index: POST_INSTALL
===================================================================
RCS file: /var/cvs/lunar/moonbase/x11/XOrg/POST_INSTALL,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- POST_INSTALL	24 Nov 2004 00:03:37 -0000	1.6
+++ POST_INSTALL	24 Nov 2004 15:39:18 -0000	1.7
@@ -9,7 +9,12 @@
 
 if ! [ -d  /usr/lib/pkgconfig ]; then
   mkdir -p /usr/lib/pkgconfig
-fi 
+fi
+
+if ! grep -q /usr/X11R6/lib /etc/ld.so.conf ; then
+  echo "/usr/X11R6/lib" >> /etc/ld.so.conf
+  ldconfig
+fi
 
 message "Running fc-cache..." &&
 /usr/bin/fc-cache -f 



More information about the Lunar-commits mailing list