diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-06-29 22:08:16 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-06-29 22:30:55 +0200 |
commit | 2e63faa863e1a6b9cd7556978c86c16299eaec43 (patch) | |
tree | 756e71fd58a6088b7a58d18ff898090cb934290a /solenv | |
parent | 5e83f49e5d62587f427ad416f5188ce81506c05b (diff) |
instsetoo_native: fix building installation sets
... after 39b04ad7cb2e10f32e92d3c9bec57e35f64a3304 started using
PRODUCTNAME but here it was LibreOffice_Dev for mysterious reasons
whereas PRODUCTNAME is LibreOfficeDev so rename for consistency.
Change-Id: Ia5f5a24f405923a7ea1641de65709fbf842df79c
Diffstat (limited to 'solenv')
-rwxr-xr-x | solenv/bin/ooinstall | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/ooinstall b/solenv/bin/ooinstall index cf4d3db24053..04de7abbccbb 100755 --- a/solenv/bin/ooinstall +++ b/solenv/bin/ooinstall @@ -98,7 +98,7 @@ system ("cd $ENV{SRC_ROOT}/instsetoo_native/util ; " . "perl " . (scalar keys(%DB::sub) ? "-d " : "") . "-w $ENV{SRCDIR}/solenv/bin/make_installer.pl " . - "-f $ENV{BUILDDIR}/instsetoo_native/util/openoffice.lst -l $langs -p LibreOffice" . ($ENV{ENABLE_RELEASE_BUILD} ? "" : "_Dev") . " " . + "-f $ENV{BUILDDIR}/instsetoo_native/util/openoffice.lst -l $langs -p $ENV{PRODUCTNAME}" . " " . "-u $tmp_dir " . "-buildid $BUILD $destdir $strip $msi " . "-simple $path") && die "Failed to install: $!"; |