From c6693ac583b02e032be534e0454046b907be8311 Mon Sep 17 00:00:00 2001 From: Bastian Wissler Date: Fri, 19 Jun 2009 19:23:14 +0000 Subject: very bad bug detected ;-( and eliminated ... I guess that's what trunk is for git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2977 95ad53e4-c205-0410-b2fa-d234c58c8868 --- os-plugins/plugins/vmchooser/OpenSLX/OSPlugin/vmchooser.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os-plugins/plugins/vmchooser/OpenSLX/OSPlugin/vmchooser.pm b/os-plugins/plugins/vmchooser/OpenSLX/OSPlugin/vmchooser.pm index 9ef9f7c4..da1e2bfa 100644 --- a/os-plugins/plugins/vmchooser/OpenSLX/OSPlugin/vmchooser.pm +++ b/os-plugins/plugins/vmchooser/OpenSLX/OSPlugin/vmchooser.pm @@ -103,7 +103,7 @@ sub installationPhase my $pluginName = $self->{'name'}; my $pluginBasePath = "$openslxBasePath/lib/plugins/$pluginName/files"; foreach my $file ( qw( vmchooser printer.sh scanner.sh xmlfilter.sh - default.desktop vmchooser.sh mesgdisp run-virt.sh ) ) { + default.desktop mesgdisp run-virt.sh ) ) { copyFile("$pluginBasePath/$file", "$pluginRepoPath/"); chmod 0755, "$pluginRepoPath/$file"; } -- cgit v1.2.3-55-g7522