summaryrefslogtreecommitdiffstats
path: root/os-plugins
diff options
context:
space:
mode:
authorVolker Uhrig2008-09-01 20:27:58 +0200
committerVolker Uhrig2008-09-01 20:27:58 +0200
commit1a73b26283b53c94767351a79bc5e89405fc6d01 (patch)
tree06c50c3521cfdb00539a3e429d7a2193be888507 /os-plugins
parentGroup information is needed in stage3 too (use the stage4 file and (diff)
downloadcore-1a73b26283b53c94767351a79bc5e89405fc6d01.tar.gz
core-1a73b26283b53c94767351a79bc5e89405fc6d01.tar.xz
core-1a73b26283b53c94767351a79bc5e89405fc6d01.zip
* minor fix, broke one suse installation
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2178 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins')
-rwxr-xr-xos-plugins/plugins/xserver/files/suse-gfx-install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/os-plugins/plugins/xserver/files/suse-gfx-install.sh b/os-plugins/plugins/xserver/files/suse-gfx-install.sh
index d3abd135..bfd8cd51 100755
--- a/os-plugins/plugins/xserver/files/suse-gfx-install.sh
+++ b/os-plugins/plugins/xserver/files/suse-gfx-install.sh
@@ -25,7 +25,7 @@ if [ "$1" = "nvidia" ]; then
#TODO: licence information... even suse requires an accept
# TODO: let it automatical find the newest file... see ati section
# only problem should be the kernel package
- if [ "10.2" -eq "$(lsb_release -r|sed 's/^.*\t//')" ]; then
+ if [ "10.2" = "$(lsb_release -r|sed 's/^.*\t//')" ]; then
wget -q -c \
ftp://download.nvidia.com/opensuse/10.2/i586/nvidia-gfxG01-kmp-bigsmp-173.14.12_2.6.18.8_0.10-0.1.i586.rpm \
ftp://download.nvidia.com/opensuse/10.2/i586/nvidia-gfxG01-kmp-default-173.14.12_2.6.18.8_0.10-0.1.i586.rpm \