summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/xserver/files/ubuntu-8.10-gfx-install.sh
diff options
context:
space:
mode:
authorSebastian Schmelzer2009-02-03 12:16:33 +0100
committerSebastian Schmelzer2009-02-03 12:16:33 +0100
commit1d2d5ade72cfe7ea029f9b65dae042c3b38d0c8a (patch)
tree48711cc3eb1d6dc21ba1f3ec7ae8deb7795d5ef5 /os-plugins/plugins/xserver/files/ubuntu-8.10-gfx-install.sh
parentCleanups: Removed completely useless nvidia installer part for SuSE10.2, (diff)
downloadcore-1d2d5ade72cfe7ea029f9b65dae042c3b38d0c8a.tar.gz
core-1d2d5ade72cfe7ea029f9b65dae042c3b38d0c8a.tar.xz
core-1d2d5ade72cfe7ea029f9b65dae042c3b38d0c8a.zip
* there is no rebuild ..
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2563 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/xserver/files/ubuntu-8.10-gfx-install.sh')
-rwxr-xr-xos-plugins/plugins/xserver/files/ubuntu-8.10-gfx-install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/os-plugins/plugins/xserver/files/ubuntu-8.10-gfx-install.sh b/os-plugins/plugins/xserver/files/ubuntu-8.10-gfx-install.sh
index 64a348c8..bbb4d91e 100755
--- a/os-plugins/plugins/xserver/files/ubuntu-8.10-gfx-install.sh
+++ b/os-plugins/plugins/xserver/files/ubuntu-8.10-gfx-install.sh
@@ -90,7 +90,7 @@ case ${TARGET} in
--kernelsourcedir /usr/src/linux-headers-${KVER}/ \
--no-prepare-kernel \
--no-clean-kernel \
- rebuild \
+ build \
> /tmp/dkms.log 2>&1
if [ $? -eq 0 ]; then
echo "ok"
@@ -186,7 +186,7 @@ case ${TARGET} in
--kernelsourcedir /usr/src/linux-headers-${KVER}/ \
--no-prepare-kernel \
--no-clean-kernel \
- rebuild \
+ build \
> /tmp/dkms.log 2>&1
if [ $? -eq 0 ]; then
echo "ok"