diff options
author | Release Engineers <releng@openoffice.org> | 2008-10-06 10:03:04 +0000 |
---|---|---|
committer | Release Engineers <releng@openoffice.org> | 2008-10-06 10:03:04 +0000 |
commit | e6d721f791e40b42dd07d3f0053806c283a0780b (patch) | |
tree | 7b02b8bbdb6e84d7ebd5f22f7feab6f82deb4411 /solenv/bin | |
parent | f643e2d787877295a0f0c7c7c973757bccfc2f3b (diff) |
#100000# qadev33 files
Diffstat (limited to 'solenv/bin')
-rwxr-xr-x | solenv/bin/installoffice.pl | 1 |
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"; |