[Lunar-commits] CVS: moonbase/x11/XOrg BUILD,1.7,1.8
Moritz Heiber
moe at lunar-linux.org
Wed Nov 24 23:43:24 UTC 2004
Update of /var/cvs/lunar/moonbase/x11/XOrg
In directory espresso.foo-projects.org:/tmp/cvs-serv20445
Modified Files:
BUILD
Log Message:
Workaround to include the fonts directory
if you are using an old XF86Config
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/x11/XOrg/BUILD,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- BUILD 22 Nov 2004 18:31:38 -0000 1.7
+++ BUILD 24 Nov 2004 23:43:22 -0000 1.8
@@ -103,6 +103,10 @@
if [ ! -e /usr/lib/X11 ]; then
ln -sf /usr/X11R6/lib/X11 /usr/lib/X11
fi &&
+
+ if [ ! -e /usr/X11R6/lib/X11/fonts ]; then
+ ln -sf /usr/share/fonts /usr/X11R6/lib/X11/fonts
+ fi &&
if [ ! -e /usr/lib/libMesaGLU.so ]; then
ln -sf /usr/X11R6/lib/libGLU.so.1.3 /usr/lib/libMesaGLU.so
More information about the Lunar-commits
mailing list