From 4b7d4438661309833384a840a8c2e92c6f5c8065 Mon Sep 17 00:00:00 2001 From: Bastian Wissler Date: Mon, 1 Dec 2008 15:47:20 +0000 Subject: 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 --- os-plugins/plugins/vmchooser/OpenSLX/OSPlugin/vmchooser.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os-plugins') 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"; } -- cgit v1.2.3-55-g7522