summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/xserver/files/nvidia-install.sh
diff options
context:
space:
mode:
authorDirk von Suchodoletz2009-02-02 15:08:51 +0100
committerDirk von Suchodoletz2009-02-02 15:08:51 +0100
commit9eede6075dd14870a06a3099fcad9a21298d3938 (patch)
tree71bd8a1bbbe2e1b6dc695e09050699907f3e499a /os-plugins/plugins/xserver/files/nvidia-install.sh
parentAdding general purpose NVidia lib installer (incomplete, just demo (diff)
downloadcore-9eede6075dd14870a06a3099fcad9a21298d3938.tar.gz
core-9eede6075dd14870a06a3099fcad9a21298d3938.tar.xz
core-9eede6075dd14870a06a3099fcad9a21298d3938.zip
Cleanups: Removed completely useless nvidia installer part for SuSE10.2,
see #371 too ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2562 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/xserver/files/nvidia-install.sh')
-rwxr-xr-xos-plugins/plugins/xserver/files/nvidia-install.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/os-plugins/plugins/xserver/files/nvidia-install.sh b/os-plugins/plugins/xserver/files/nvidia-install.sh
index cd91c22a..6862ac83 100755
--- a/os-plugins/plugins/xserver/files/nvidia-install.sh
+++ b/os-plugins/plugins/xserver/files/nvidia-install.sh
@@ -18,7 +18,7 @@ case ${DISTRO} in
ubuntu*)
./ubuntu-gfx-install.sh nvidia
;;
- suse-11.X*)
+ suse-11.0*)
./suse-gfx-install.sh nvidia
;;
# general purpose nvidia installer script
@@ -27,6 +27,8 @@ case ${DISTRO} in
# unpack the nvidia installer; quickhack - expects just one package
echo " * Unpacking installer"
sh packages/NVIDIA-Linux-*.run -a -x >>nvidia-inst.log 2>&1
+ # prefix and paths should be matched more closely to each distro
+ # just demo at the moment ...
stdprfx=/opt/openslx/plugin-repo/xserver/nvidia
# run the lib installer
echo " * Starting the library installer"