From 4c3586067089b2a31d40d1d3338e19cb3901cf40 Mon Sep 17 00:00:00 2001 From: Bastian Wissler Date: Thu, 10 Jul 2008 15:00:03 +0000 Subject: yet another mistake - what"s happening ?? ;-) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1910 95ad53e4-c205-0410-b2fa-d234c58c8868 --- os-plugins/plugins/vmchooser/OpenSLX/OSPlugin/vmchooser.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os-plugins/plugins/vmchooser/OpenSLX') diff --git a/os-plugins/plugins/vmchooser/OpenSLX/OSPlugin/vmchooser.pm b/os-plugins/plugins/vmchooser/OpenSLX/OSPlugin/vmchooser.pm index 0ba9c17a..052a8694 100644 --- a/os-plugins/plugins/vmchooser/OpenSLX/OSPlugin/vmchooser.pm +++ b/os-plugins/plugins/vmchooser/OpenSLX/OSPlugin/vmchooser.pm @@ -75,7 +75,7 @@ sub installationPhase # copy all needed files now: my $pluginName = $self->{'name'}; my $pluginBasePath = "$openslxBasePath/lib/plugins/$pluginName/files"; - foreach my $file ( qw( vmchooser printer.sh scanner.sh xmlfilter.sh ) ) { + foreach my $file ( qw( vmchooser printer.sh scanner.sh xmlfilter.sh default.desktop ) ) { copyFile("$pluginBasePath/$file", "$pluginRepoPath/"); chmod 0755, "$pluginRepoPath/$file"; } -- cgit v1.2.3-55-g7522