summaryrefslogtreecommitdiffstats
path: root/os-plugins
diff options
context:
space:
mode:
authorSebastian Schmelzer2009-08-25 16:13:13 +0200
committerSebastian Schmelzer2009-08-25 16:13:13 +0200
commitcb944f7e2e69f8746e1f2078e2779dc82d2252fb (patch)
tree1ae485ec4f90d484fe46c29a39dd4fa5cfde31af /os-plugins
parentadd support for ubuntu 9.10 to xserver install (diff)
downloadcore-cb944f7e2e69f8746e1f2078e2779dc82d2252fb.tar.gz
core-cb944f7e2e69f8746e1f2078e2779dc82d2252fb.tar.xz
core-cb944f7e2e69f8746e1f2078e2779dc82d2252fb.zip
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3129 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins')
-rw-r--r--os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm b/os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm
index e80c77cf..b172dc22 100644
--- a/os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm
+++ b/os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm
@@ -247,9 +247,9 @@ sub installationPhase
{
if($vendorOSName =~ /.*?8.10|9.04|9.10.*?/i)
{
- copyFile("$pluginFilesPath/ubuntu-8.10-gfx-install.sh",
+ copyFile("$pluginFilesPath/ubuntu-ng-gfx-install.sh",
"$installationPath");
- rename("$installationPath/ubuntu-8.10-gfx-install.sh",
+ rename("$installationPath/ubuntu-ng-gfx-install.sh",
"$installationPath/ubuntu-gfx-install.sh");
}
else