summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/vmchooser/OpenSLX/OSPlugin/vmchooser.pm
diff options
context:
space:
mode:
authorBastian Wissler2008-06-04 16:52:48 +0200
committerBastian Wissler2008-06-04 16:52:48 +0200
commitcccc041d172b9b0b83bee372327e22c434b09ea9 (patch)
tree9fd016a0c29c1a98feb93e6a60f300edbaad2bda /os-plugins/plugins/vmchooser/OpenSLX/OSPlugin/vmchooser.pm
parent* corrected KDM path to /usr/bin/kdm (diff)
downloadcore-cccc041d172b9b0b83bee372327e22c434b09ea9.tar.gz
core-cccc041d172b9b0b83bee372327e22c434b09ea9.tar.xz
core-cccc041d172b9b0b83bee372327e22c434b09ea9.zip
VMChooser-Version mit XML+Info als erster Parameter fÃŒr run-vmware.sh
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1843 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/vmchooser/OpenSLX/OSPlugin/vmchooser.pm')
-rw-r--r--os-plugins/plugins/vmchooser/OpenSLX/OSPlugin/vmchooser.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/os-plugins/plugins/vmchooser/OpenSLX/OSPlugin/vmchooser.pm b/os-plugins/plugins/vmchooser/OpenSLX/OSPlugin/vmchooser.pm
index 2db3c315..1158bc85 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 ) ) {
+ foreach my $file ( qw( vmchooser printer.sh scanner.sh ) ) {
copyFile("$pluginBasePath/$file", "$pluginRepoPath/");
}