summaryrefslogtreecommitdiff
path: root/solenv/bin
diff options
context:
space:
mode:
authorRelease Engineers <releng@openoffice.org>2008-10-06 10:03:04 +0000
committerRelease Engineers <releng@openoffice.org>2008-10-06 10:03:04 +0000
commite6d721f791e40b42dd07d3f0053806c283a0780b (patch)
tree7b02b8bbdb6e84d7ebd5f22f7feab6f82deb4411 /solenv/bin
parentf643e2d787877295a0f0c7c7c973757bccfc2f3b (diff)
#100000# qadev33 files
Diffstat (limited to 'solenv/bin')
-rwxr-xr-xsolenv/bin/installoffice.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/bin/installoffice.pl b/solenv/bin/installoffice.pl
index fcbdba4da0e4..c8dc9507f03a 100755
--- a/solenv/bin/installoffice.pl
+++ b/solenv/bin/installoffice.pl
@@ -197,6 +197,7 @@ elsif ($gui eq $cygwin) {
$SVERSION_INI = $ENV{USERPROFILE} . $PS . "Anwendungsdaten" . $PS . "sversion.ini";
$SOFFICEBIN = "soffice";
$bootstrapini = "bootstrap.ini";
+ $UNOPKGBIN="unopkg.exe";
$bootstrapiniTemp = $bootstrapini . "_";
$CygwinLineends = $/;
$WinLineends = "\r\n";