summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/xserver/files/ubuntu-gfx-install.sh
diff options
context:
space:
mode:
authorBastian Wissler2008-09-03 17:10:55 +0200
committerBastian Wissler2008-09-03 17:10:55 +0200
commit6cb882a478fb07eef1b870f0d139a3b59da06955 (patch)
tree7cbb9308d914bed8b57b40967d4d7f97b54905ee /os-plugins/plugins/xserver/files/ubuntu-gfx-install.sh
parentchanges to correct path in stage3 of xserver-plugin (diff)
downloadcore-6cb882a478fb07eef1b870f0d139a3b59da06955.tar.gz
core-6cb882a478fb07eef1b870f0d139a3b59da06955.tar.xz
core-6cb882a478fb07eef1b870f0d139a3b59da06955.zip
ubuntu-gfx-install.sh: we need /etc-files of ati package
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2196 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/xserver/files/ubuntu-gfx-install.sh')
-rwxr-xr-xos-plugins/plugins/xserver/files/ubuntu-gfx-install.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/os-plugins/plugins/xserver/files/ubuntu-gfx-install.sh b/os-plugins/plugins/xserver/files/ubuntu-gfx-install.sh
index 5254dd50..bca5c0e7 100755
--- a/os-plugins/plugins/xserver/files/ubuntu-gfx-install.sh
+++ b/os-plugins/plugins/xserver/files/ubuntu-gfx-install.sh
@@ -55,6 +55,7 @@ case ${TARGET} in
ld_static -d -r -o ${PLUGIN_FOLDER}/ati/modules/fglrx.ko fglrx/*
#TODO: Bastian: do we really need this part in stage1?
+ # Volker: I think we could just copy it (is a unique file)
if [ -f /usr/lib/dri/fglrx_dri.so ]; then
mv /usr/lib/dri/fglrx_dri.so /usr/lib/dri/fglrx_dri.so.slx
else
@@ -66,7 +67,10 @@ case ${TARGET} in
# cleanup
cd ${PLUGIN_FOLDER}/ati
- rm -rf ./etc
+
+ #@Volker: We need /etc-files - there is a database
+ # file for the fglrx-driver in stage3 !!!
+ #rm -rf ./etc
#TODO: check for more cleanups when the main part works!
;;