summaryrefslogtreecommitdiffstats
path: root/os-plugins
diff options
context:
space:
mode:
authorBastian Wissler2009-01-19 17:39:11 +0100
committerBastian Wissler2009-01-19 17:39:11 +0100
commitd6218f81c83316d00b3b0ededcb7c0f9e959e6a4 (patch)
tree2dacb8dd1b9cd465acc5f9edf726aae7a966e625 /os-plugins
parentxserver plugin: (diff)
downloadcore-d6218f81c83316d00b3b0ededcb7c0f9e959e6a4.tar.gz
core-d6218f81c83316d00b3b0ededcb7c0f9e959e6a4.tar.xz
core-d6218f81c83316d00b3b0ededcb7c0f9e959e6a4.zip
xserver:
* fixed copy&paste error ;-) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2500 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins')
-rw-r--r--os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm b/os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm
index 483add9e..ee009128 100644
--- a/os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm
+++ b/os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm
@@ -227,7 +227,7 @@ sub installationPhase
if ($attrs->{'xserver::nvidia'} == 1 || $attrs->{'xserver::ati'} == 1 ) {
copyFile("$pluginFilesPath/ubuntu-gfx-install.sh", "$installationPath");
copyFile("$pluginFilesPath/suse-gfx-install.sh", "$installationPath");
- copyFile("$pluginFilesPath/suse-gfx-8.10-install.sh", "$installationPath");
+ copyFile("$pluginFilesPath/ubuntu-8.10-gfx-install.sh", "$installationPath");
copyFile("$pluginFilesPath/linkage.sh", "$installationPath");
# be on the safe side (BASH) - Ubuntu sets some crazy stupid 'dash' shell otherwise
system("/bin/bash /opt/openslx/plugin-repo/$self->{'name'}/linkage.sh clean");