[Libreoffice-commits] .: solenv/bin
Michael Meeks
mmeeks at kemper.freedesktop.org
Mon Nov 29 12:50:24 PST 2010
solenv/bin/modules/installer/download.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4ea4d495a6ecefb6386126fcab82760f7e14d1b6
Author: Michael Meeks <michael.meeks at novell.com>
Date: Mon Nov 29 20:04:18 2010 +0000
make NSIS MUI even more verbose
diff --git a/solenv/bin/modules/installer/download.pm b/solenv/bin/modules/installer/download.pm
index 25f55ab..acf8b9b 100644
--- a/solenv/bin/modules/installer/download.pm
+++ b/solenv/bin/modules/installer/download.pm
@@ -1756,7 +1756,7 @@ sub call_nsis
if( $^O =~ /cygwin/i ) { $nsifile =~ s/\\/\//g; }
- my $systemcall = "$makensisexe $nsifile |";
+ my $systemcall = "$makensisexe /V4 /DMUI_VERBOSE=4 $nsifile |";
my $infoline = "Systemcall: $systemcall\n";
push( @installer::globals::logfileinfo, $infoline);
More information about the Libreoffice-commits
mailing list