From d6218f81c83316d00b3b0ededcb7c0f9e959e6a4 Mon Sep 17 00:00:00 2001 From: Bastian Wissler Date: Mon, 19 Jan 2009 16:39:11 +0000 Subject: xserver: * fixed copy&paste error ;-) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2500 95ad53e4-c205-0410-b2fa-d234c58c8868 --- os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os-plugins/plugins/xserver') 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"); -- cgit v1.2.3-55-g7522