From dfa7a40a9d49fd46936b85c57cc6508cd885fc09 Mon Sep 17 00:00:00 2001 From: Volker Uhrig Date: Mon, 25 Aug 2008 18:19:33 +0000 Subject: * moved ati-install-dev.sh to ati-install.sh * added kernel compile [ati-install.sh] * activated ati-install [xserver.pm] * Status: * Kernel compiles * copy all more or less needed librarys * TODO: integration into system, copy of librarys etc * TODO: more file cleanup needed git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2096 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/OpenSLX/OSPlugin/xserver.pm') diff --git a/os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm b/os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm index 84c7303a..f0837293 100644 --- a/os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm +++ b/os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm @@ -220,7 +220,7 @@ sub installationPhase my $installationPath = "$pluginRepoPath/"; if ($attrs->{'xserver::ati'} == 1) { copyFile("$pluginFilesPath/ati-install.sh", "$installationPath"); - #system("/bin/sh /opt/openslx/plugin-repo/$self->{'name'}/ati-install.sh"); + system("/bin/sh /opt/openslx/plugin-repo/$self->{'name'}/ati-install.sh"); } if ($attrs->{'xserver::nvidia'} == 1) { copyFile("$pluginFilesPath/nvidia-install.sh", "$installationPath"); -- cgit v1.2.3-55-g7522