From 356f39b9b2e316c7f01d42c7e361910e90d72aa7 Mon Sep 17 00:00:00 2001 From: Volker Uhrig Date: Sat, 16 Aug 2008 16:42:38 +0000 Subject: * minor unimportant optimization git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2046 95ad53e4-c205-0410-b2fa-d234c58c8868 --- os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os-plugins') diff --git a/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm b/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm index fc8582f1..ce2d5fe2 100644 --- a/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm +++ b/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm @@ -231,7 +231,7 @@ sub preInstallationPhase() } # test just for the case we only set up local vmware - if (-d $pkgpath) { + if (-d $pkgpath && ($vmpl10 == 1 || $vmpl20 == 1)) { # todo: ask oliver about a similiar function # like copyFile() just for directorys # or fix the manual after checked the source of -- cgit v1.2.3-55-g7522