[Libreoffice-commits] .: solenv/bin

Michael Meeks mmeeks at kemper.freedesktop.org
Thu Oct 28 03:46:52 PDT 2010


 solenv/bin/ooinstall |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fc41f7278e17badce601e6a508c9d80254bc47ca
Author: René Kjellerup <rk.katana.steel at gmail.com>
Date:   Thu Oct 28 11:45:40 2010 +0100

    remove un-necessary profiling module causing crashes

diff --git a/solenv/bin/ooinstall b/solenv/bin/ooinstall
index 151cc76..f848ea8 100755
--- a/solenv/bin/ooinstall
+++ b/solenv/bin/ooinstall
@@ -94,7 +94,7 @@ if ( defined $setup_vars{OOO_STRIP} &&
 
 print "Running OOo installer\n";
 system ("cd $ENV{SRC_ROOT}/instsetoo_native/util ; " .
-	"perl -d:DProf -w $ENV{SOLARENV}/bin/make_installer.pl " .
+	"perl -w $ENV{SOLARENV}/bin/make_installer.pl " .
 	"-f openoffice.lst -l $langs -p LibreOffice " .
 	"-buildid $BUILD $destdir $strip " .
 	"-simple $path") && die "Failed to install: $!";


More information about the Libreoffice-commits mailing list