[Lunar-commits] CVS: moonbase/x11/XOrg BUILD,1.10,1.11
Moritz Heiber
moe at lunar-linux.org
Fri Jan 21 20:08:05 UTC 2005
Update of /var/cvs/lunar/moonbase/x11/XOrg
In directory espresso.foo-projects.org:/tmp/cvs-serv10758
Modified Files:
BUILD
Log Message:
Lame fix .. yet imported when somebody is using a session manager
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/x11/XOrg/BUILD,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- BUILD 13 Dec 2004 08:19:40 -0000 1.10
+++ BUILD 21 Jan 2005 20:08:01 -0000 1.11
@@ -91,11 +91,11 @@
cp $SCRIPT_DIRECTORY/xsession /etc/skel/.xsession
fi &&
- if [ ! -e /usr/bin/X11 ]; then
+ if [ ! -d /usr/bin/X11 ]; then
ln -sf /usr/X11R6/bin /usr/bin/X11
fi &&
- if [ ! -e /usr/X11 ]; then
+ if [ ! -d /usr/X11 ]; then
ln -sf /usr/X11R6 /usr/X11
fi &&
@@ -103,11 +103,11 @@
ln -sf /usr/X11R6/include/X11 /usr/include/X11
fi &&
- if [ ! -e /usr/lib/X11 ]; then
+ if [ ! -d /usr/lib/X11 ]; then
ln -sf /usr/X11R6/lib/X11 /usr/lib/X11
fi &&
- if [ ! -e /usr/X11R6/lib/X11/fonts ]; then
+ if [ ! -d /usr/X11R6/lib/X11/fonts ]; then
ln -sf /usr/share/fonts /usr/X11R6/lib/X11/fonts
fi &&
@@ -122,5 +122,11 @@
if [ ! -e /usr/lib/pkgconfig/xft.pc ]; then
ln -sf /usr/X11R6/lib/pkgconfig/xft.pc /usr/lib/pkgconfig/xft.pc
fi
+
+ if [ ! -d /tmp/.ICE-unix ]; then
+ mkdir -p /tmp/.ICE-unix
+ chown root /tmp/.ICE-unix
+ chmod 777 /tmp/.ICE-unix
+ fi
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list