From 921a03c38e52f875eaa2d4e059f679efd8b8ae88 Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Wed, 18 Feb 2009 19:17:23 +0000 Subject: Copy the magic run-virt.include files ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2605 95ad53e4-c205-0410-b2fa-d234c58c8868 --- os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm') diff --git a/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm b/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm index b322847a..f52365d5 100644 --- a/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm +++ b/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm @@ -1,4 +1,4 @@ -# Copyright (c) 2008 - OpenSLX GmbH +# Copyright (c) 2008, 2009 - OpenSLX GmbH # # This program is free software distributed under the GPL version 2. # See http://openslx.org/COPYING @@ -298,15 +298,9 @@ sub installationPhase linkFile("/var/X11R6/bin/vmware", "/usr/bin/vmware"); rename("/usr/bin/vmware", "/usr/bin/vmware.slx-bak"); } - # this kinda sucks. what if we have local installed vmplayer but - # plugin installed vmware workstation? what if we have a local - # installed vmware workstation but run plugin installed vmplayer - # without workstation. Link will go to nowhere... kinda ugly that - # /usr/ is ro. - # TODO: need to find a solution (if there is one possible with ro - # mounted /usr ...) - linkFile("/var/X11R6/bin/vmware", "/usr/bin/vmware"); - + # copy run-virt.include to the appropriate place for inclusion in stage4 + copyFile("$self->{openslxBasePath}/lib/plugins/vmware/files/run-virt.include", + "$self->{pluginRepositoryPath}/"); } sub removalPhase -- cgit v1.2.3-55-g7522