You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by yd...@apache.org on 2012/03/02 21:04:03 UTC

svn commit: r1296425 - /incubator/ooo/trunk/main/solenv/bin/modules/installer/globals.pm

Author: ydario
Date: Fri Mar  2 20:04:02 2012
New Revision: 1296425

URL: http://svn.apache.org/viewvc?rev=1296425&view=rev
Log:
i118923 - OS/2 port: correct packaging for unopkg.exe and online update dll.

Modified:
    incubator/ooo/trunk/main/solenv/bin/modules/installer/globals.pm

Modified: incubator/ooo/trunk/main/solenv/bin/modules/installer/globals.pm
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/solenv/bin/modules/installer/globals.pm?rev=1296425&r1=1296424&r2=1296425&view=diff
==============================================================================
--- incubator/ooo/trunk/main/solenv/bin/modules/installer/globals.pm (original)
+++ incubator/ooo/trunk/main/solenv/bin/modules/installer/globals.pm Fri Mar  2 20:04:02 2012
@@ -519,7 +519,7 @@ BEGIN
 		print "Setup OS/2 platform\n";
 		$zippath = "zip";					# Has to be in the path: /usr/bin/zip
 		$checksumfile = "so_checksum";
-		$unopkgfile = "unopkg.exe";
+		$unopkgfile = "unopkg.bin";
 		$separator = "/";
 		$pathseparator = "\:";
 		$libextension = "\.dll";