summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBastian Wissler2009-06-19 21:23:14 +0200
committerBastian Wissler2009-06-19 21:23:14 +0200
commitc6693ac583b02e032be534e0454046b907be8311 (patch)
tree4abe9f4b59570c75296959e7e24926f7c1fd2998
parentAdding a syslinux tool subdirectory. These components are needed for (diff)
downloadcore-c6693ac583b02e032be534e0454046b907be8311.tar.gz
core-c6693ac583b02e032be534e0454046b907be8311.tar.xz
core-c6693ac583b02e032be534e0454046b907be8311.zip
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
-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 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";
}