From 54a3d72af54e508256ba7dab799d10230cf66533 Mon Sep 17 00:00:00 2001 From: Bastian Wissler Date: Thu, 16 Oct 2008 15:38:31 +0000 Subject: xserver changes: * suse 11.0 fglrx_dri.so install git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2337 95ad53e4-c205-0410-b2fa-d234c58c8868 --- os-plugins/plugins/xserver/files/suse-gfx-install.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'os-plugins/plugins') diff --git a/os-plugins/plugins/xserver/files/suse-gfx-install.sh b/os-plugins/plugins/xserver/files/suse-gfx-install.sh index bff8bf23..9773c860 100755 --- a/os-plugins/plugins/xserver/files/suse-gfx-install.sh +++ b/os-plugins/plugins/xserver/files/suse-gfx-install.sh @@ -112,6 +112,10 @@ if [ "$1" = "ati" ]; then rpm2cpio ${RNAME} | ${BUSYBOX} cpio -id > /dev/null done mv ./usr/X11R6/lib/* ./usr/lib/ + # fix for fglrx_dri.so + mkdir -p ./usr/X11R6/lib/dri + ln -s /opt/openslx/plugin-repo/xserver/ati/usr/lib/dri/fglrx_dri.so \ + ./usr/X11R6/lib/dri/fglrx_dri.so mv ./usr .. mv ./etc .. find lib/ -name "*.ko" -exec mv {} ../modules \; -- cgit v1.2.3-55-g7522