From 95313a95674173c7b8afda4e8fcf25e24f2df91b Mon Sep 17 00:00:00 2001 From: Michael Janczyk Date: Thu, 12 Mar 2009 13:51:43 +0000 Subject: removed copying of obsolete and non-existing scripts git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2729 95ad53e4-c205-0410-b2fa-d234c58c8868 --- os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm | 16 ++++------------ 1 file changed, 4 insertions(+), 12 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 a930a4e6..ecc2626d 100644 --- a/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm +++ b/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm @@ -539,7 +539,7 @@ sub _localInstallation $vmbuildversion = $versionhash{vmbuildversion}; ## Copy needed files - my @files = qw(nvram.5.0); + my @files = qw(nvram); foreach my $file (@files) { copyFile("$pluginFilesPath/$file", "$installationPath"); } @@ -584,14 +584,11 @@ sub _vmpl2Installation { ## Copy needed files # copy 'normal' needed files - my @files = qw( nvram.5.0 install-vmpl.sh ); + my @files = qw( nvram install-vmpl.sh ); foreach my $file (@files) { copyFile("$pluginFilesPath/$file", "$installationPath"); } - # copy on depending runvmware file - copyFile("$pluginFilesPath/runvmware-player-v2", "$installationPath", "runvmware"); - # Install the binarys from given pkgpath system("/bin/sh /opt/openslx/plugin-repo/$self->{'name'}/$kind/install-vmpl.sh $kind"); @@ -623,14 +620,11 @@ sub _vmpl25Installation { mkpath($installationPath); # copy 'normal' needed files - my @files = qw( nvram.5.0 install-vmpl.sh ); + my @files = qw( nvram install-vmpl.sh ); foreach my $file (@files) { copyFile("$pluginFilesPath/$file", "$installationPath"); } - # copy on depending runvmware file - copyFile("$pluginFilesPath/runvmware-player-v25", "$installationPath", "runvmware"); - # Install the binarys from given pkgpath system("/bin/sh /opt/openslx/plugin-repo/$self->{'name'}/$kind/install-vmpl.sh $kind"); @@ -662,12 +656,10 @@ sub _vmpl1Installation { mkpath($installationPath); # copy 'normal' needed files - my @files = qw( nvram.5.0 install-vmpl.sh ); + my @files = qw( nvram install-vmpl.sh ); foreach my $file (@files) { copyFile("$pluginFilesPath/$file", "$installationPath"); } - # copy on depending runvmware file - copyFile("$pluginFilesPath/runvmware-player-v1", "$installationPath", "runvmware"); # Download and install the binarys system("/bin/sh /opt/openslx/plugin-repo/$self->{'name'}/$kind/install-vmpl.sh $kind"); -- cgit v1.2.3-55-g7522