From 379e051bd64d77de0463bbb475b9fd2d29dbfea2 Mon Sep 17 00:00:00 2001 From: Bastian Wissler Date: Tue, 24 Jun 2008 16:32:44 +0000 Subject: Installation fix of vmchooser git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1890 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 885f1110..c178700f 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 ) ) { + foreach my $file ( qw( vmchooser printer.sh scanner.sh xmlfilter.sh ) ) { copyFile("$pluginBasePath/$file", "$pluginRepoPath/"); chmod 0755, "$pluginRepoPath/$file"; } -- cgit v1.2.3-55-g7522