summaryrefslogtreecommitdiffstats
path: root/os-plugins
diff options
context:
space:
mode:
authorBastian Wissler2008-12-01 16:47:20 +0100
committerBastian Wissler2008-12-01 16:47:20 +0100
commit4b7d4438661309833384a840a8c2e92c6f5c8065 (patch)
treee6af3a86be884d17ab4325fb46b96e1ccc0aa037 /os-plugins
parentvmchooser: * small install fix to install dispmesg - a small utility to displ... (diff)
downloadcore-4b7d4438661309833384a840a8c2e92c6f5c8065.tar.gz
core-4b7d4438661309833384a840a8c2e92c6f5c8065.tar.xz
core-4b7d4438661309833384a840a8c2e92c6f5c8065.zip
vmchooser: * small install fix to install mesgdisp - ok, this is a bad name ;-)
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2392 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins')
-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 95cdb5df..1882f7f2 100644
--- a/os-plugins/plugins/vmchooser/OpenSLX/OSPlugin/vmchooser.pm
+++ b/os-plugins/plugins/vmchooser/OpenSLX/OSPlugin/vmchooser.pm
@@ -97,7 +97,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 default.desktop vmchooser.sh dispmesg) ) {
+ foreach my $file ( qw( vmchooser printer.sh scanner.sh xmlfilter.sh default.desktop vmchooser.sh mesgdisp ) ) {
copyFile("$pluginBasePath/$file", "$pluginRepoPath/");
chmod 0755, "$pluginRepoPath/$file";
}