diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-06-13 14:53:28 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-06-13 14:56:33 +0200 |
commit | c7157dd841c4737bfd5db5af21f093e0373a229a (patch) | |
tree | e9dec4c7e8d0b60146a8dd63ddb02aecaf56a861 /solenv | |
parent | 14c139e3705c537556f493657f9cb01818d1f80d (diff) |
Change the paths to ones that exist
Change-Id: I60de04bba401632b01f0da7b772a91a98de5ff07
Diffstat (limited to 'solenv')
-rwxr-xr-x | solenv/bin/ooinstall | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/solenv/bin/ooinstall b/solenv/bin/ooinstall index 59335e809584..f2606f39e675 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 |