From dacbd4c3c8e18a23fe9bd52fb9cebfe3e7b873b3 Mon Sep 17 00:00:00 2001 From: Bastian Wissler Date: Mon, 19 Jan 2009 16:36:36 +0000 Subject: xserver plugin: * added new nvidia package name for ubuntu-8.10 git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2499 95ad53e4-c205-0410-b2fa-d234c58c8868 --- os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'os-plugins/plugins/xserver/OpenSLX') diff --git a/os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm b/os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm index 8bf6b8e3..483add9e 100644 --- a/os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm +++ b/os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm @@ -227,6 +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/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