[Libreoffice-commits] core.git: solenv/bin

Fridrich Å trba fridrich.strba at bluewin.ch
Thu Jun 13 05:56:54 PDT 2013


 solenv/bin/ooinstall |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit c7157dd841c4737bfd5db5af21f093e0373a229a
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Thu Jun 13 14:53:28 2013 +0200

    Change the paths to ones that exist
    
    Change-Id: I60de04bba401632b01f0da7b772a91a98de5ff07

diff --git a/solenv/bin/ooinstall b/solenv/bin/ooinstall
index 59335e8..f2606f3 100755
--- a/solenv/bin/ooinstall
+++ b/solenv/bin/ooinstall
@@ -86,8 +86,8 @@ if (defined $ENV{DESTDIR} &&
 
 $msi='';
 if ($is_windows) {
-    $msi = "-msitemplate $ENV{SRC_ROOT}/instsetoo_native/$ENV{INPATH}/misc/openoffice/msi_templates " .
-           "-msilanguage $ENV{SRC_ROOT}/instsetoo_native/$ENV{INPATH}/misc/win_ulffiles";
+    $msi = "-msitemplate $ENV{SRC_ROOT}/workdir/$ENV{INPATH}/CustomTarget/instsetoo_native/install/msi_templates " .
+           "-msilanguage $ENV{SRC_ROOT}/workdir/$ENV{INPATH}/CustomTarget/instsetoo_native/install/win_ulffiles";
 }
 
 # FIXME: a better solution would be to fix installer to deal with broken symlinks


More information about the Libreoffice-commits mailing list