summaryrefslogtreecommitdiffstats
path: root/os-plugins
diff options
context:
space:
mode:
authorBastian Wissler2008-10-16 19:20:48 +0200
committerBastian Wissler2008-10-16 19:20:48 +0200
commit896746ab7187cf61966db1875357c8c8e65b2f8c (patch)
treeed39f88994664438a3136a7b194459979f5e7679 /os-plugins
parentvmchooser: * corrected utf-8 encoded default.desktop (diff)
downloadcore-896746ab7187cf61966db1875357c8c8e65b2f8c.tar.gz
core-896746ab7187cf61966db1875357c8c8e65b2f8c.tar.xz
core-896746ab7187cf61966db1875357c8c8e65b2f8c.zip
xserver: * changed wrong path for fglrx_dri.so
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2346 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins')
-rw-r--r--os-plugins/plugins/xserver/XX_xserver.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/os-plugins/plugins/xserver/XX_xserver.sh b/os-plugins/plugins/xserver/XX_xserver.sh
index 8ca87c28..72b7faac 100644
--- a/os-plugins/plugins/xserver/XX_xserver.sh
+++ b/os-plugins/plugins/xserver/XX_xserver.sh
@@ -84,7 +84,7 @@ ${PLUGIN_ROOTFS}/usr/X11R6/lib/modules/\,"
# TODO: This should be fixed in linkage.sh - later
DRILPATH=/mnt/var/X11R6/lib/usr/X11R6/lib/modules/dri/
mkdir -p "${DRILPATH}"
- ln -s ${PLUGIN_ROOTFS}/usr/lib/modules/dri/fglrx_dri.so "${DRILPATH}fglrx_dri.so"
+ ln -s ${PLUGIN_ROOTFS}/usr/lib/dri/fglrx_dri.so "${DRILPATH}fglrx_dri.so"
# TODO: end
ln -s ${PLUGIN_ROOTFS}/usr/lib/libGL.so.1.2 \