summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/xserver/files/ati-install.sh
diff options
context:
space:
mode:
authorBastian Wissler2009-03-12 17:33:41 +0100
committerBastian Wissler2009-03-12 17:33:41 +0100
commit198b73ba8649a50ef4d7d36b0716b154a5f78019 (patch)
tree6d64696182dc0676d6e7bc10bf8b606f4dc12935 /os-plugins/plugins/xserver/files/ati-install.sh
parentremoved copying of obsolete and non-existing scripts (diff)
downloadcore-198b73ba8649a50ef4d7d36b0716b154a5f78019.tar.gz
core-198b73ba8649a50ef4d7d36b0716b154a5f78019.tar.xz
core-198b73ba8649a50ef4d7d36b0716b154a5f78019.zip
xserver plugin:
* fixed wrong fglrx installation routine for ubuntu-8.10 * added checks for not properly installed pagackes git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2730 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/xserver/files/ati-install.sh')
-rwxr-xr-xos-plugins/plugins/xserver/files/ati-install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/os-plugins/plugins/xserver/files/ati-install.sh b/os-plugins/plugins/xserver/files/ati-install.sh
index 22fde4a1..29eee886 100755
--- a/os-plugins/plugins/xserver/files/ati-install.sh
+++ b/os-plugins/plugins/xserver/files/ati-install.sh
@@ -5,7 +5,7 @@ cd /opt/openslx/plugin-repo/xserver
DISTRO=$1
case $DISTRO in
- ubuntu-8.10)
+ ubuntu-8.10*)
./ubuntu-8.10-gfx-install.sh ati ${DISTRO}
;;