summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/xserver/files/linkage.sh
diff options
context:
space:
mode:
authorBastian Wissler2008-09-29 19:29:16 +0200
committerBastian Wissler2008-09-29 19:29:16 +0200
commit9aa9e71db6c036d871d2168b5345db60b686ec6b (patch)
treef95ddb19a1bb1724feb256365febcfcf2bb6426f /os-plugins/plugins/xserver/files/linkage.sh
parent * cleanup (diff)
downloadcore-9aa9e71db6c036d871d2168b5345db60b686ec6b.tar.gz
core-9aa9e71db6c036d871d2168b5345db60b686ec6b.tar.xz
core-9aa9e71db6c036d871d2168b5345db60b686ec6b.zip
xserver: *added suse-11.0 support (partial) for binary x11-drivers
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2255 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/xserver/files/linkage.sh')
-rwxr-xr-xos-plugins/plugins/xserver/files/linkage.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/os-plugins/plugins/xserver/files/linkage.sh b/os-plugins/plugins/xserver/files/linkage.sh
index 79e92a03..b607ce08 100755
--- a/os-plugins/plugins/xserver/files/linkage.sh
+++ b/os-plugins/plugins/xserver/files/linkage.sh
@@ -109,6 +109,7 @@ divert() {
#TODO: Check this part. Every 2nd time of 'linkage.sh clean;linkage.sh both'
# the following error occurs:
# ln: creating symbolic link `/var/X11R6/lib//libGL.so.1/libGL.so.1': File exists
+ # this should not happen, because libGL.so.1 is no folder
ln -s ${ROOT}${cmplib} ${LINK_PATH}$(echo ${cmplib} | sed -e 's/\/usr\/lib//g')
else
@@ -144,6 +145,7 @@ uninstDist() {
# somehow we have to repair this - what else?
# There is also a generic way, but this is only one file
ln -sf /usr/lib/libGL.so.1.2 /usr/lib/libGL.so.1
+ ln -sf /usr/lib/libGL.so.1.2 /usr/lib/libGL.so
# delete all remaining links to /opt/openslx and /var/X11R6/lib
find /usr/lib -lname "${PLUGIN_PATH}*" \