summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/xserver/files/ati-install.sh
diff options
context:
space:
mode:
authorSebastian Schmelzer2009-01-20 16:54:56 +0100
committerSebastian Schmelzer2009-01-20 16:54:56 +0100
commit9d72d3bdc2ff58370a7918bf9c8c3f8703cd2a0f (patch)
tree45e265c402598058d17de7143a36b739370d2ec1 /os-plugins/plugins/xserver/files/ati-install.sh
parent * set 15.21 as default for 8.10 (diff)
downloadcore-9d72d3bdc2ff58370a7918bf9c8c3f8703cd2a0f.tar.gz
core-9d72d3bdc2ff58370a7918bf9c8c3f8703cd2a0f.tar.xz
core-9d72d3bdc2ff58370a7918bf9c8c3f8703cd2a0f.zip
* dkms+fglrx on ubuntu 8.10
* minor changes to nvidia stuff git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2507 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.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/os-plugins/plugins/xserver/files/ati-install.sh b/os-plugins/plugins/xserver/files/ati-install.sh
index 67f261b8..9c5a0139 100755
--- a/os-plugins/plugins/xserver/files/ati-install.sh
+++ b/os-plugins/plugins/xserver/files/ati-install.sh
@@ -8,8 +8,8 @@ RELEASE=$(lsb_release -r)
if [ "1" -eq "$(echo ${DISTRO} | grep 'Ubuntu' | wc -l)" ]; then
# we have Ubuntu - run ubuntu-gfx-install
- echo "* Using Ubuntu packages to install modules and libs"
- if [ "8.10" = $(echo ${DISTRO} | awk '{print $2}' ) ]; then
+ echo "* Using Ubuntu packages to install ati modules and libs"
+ if [ "8.10" = "$(echo ${RELEASE} | awk '{print $2}' )" ]; then
./ubuntu-8.10-gfx-install.sh ati
else
./ubuntu-gfx-install.sh ati
@@ -21,7 +21,7 @@ fi
# SUSE gfx-install.sh skript
if [ "1" -eq "$(lsb_release -i | grep 'SUSE' | wc -l)" ]; then
# we have SuSE - run ubuntu-gfx-install
- echo "* Using SuSE packages to install modules and libs"
+ echo "* Using SuSE packages to install ati modules and libs"
./suse-gfx-install.sh ati
exit
fi