diff options
author | David Tardon <dtardon@redhat.com> | 2010-12-09 12:22:34 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2010-12-09 12:22:34 +0100 |
commit | 92bf6ff745587fe932ab1b243f69d84e66ecb917 (patch) | |
tree | 4c25c3ce71d8cf986a8134a232010704bf97ba39 /solenv/bin/linkoo | |
parent | eade46738339091f37ffd4c45d6214a243ce6695 (diff) |
link the right file
Diffstat (limited to 'solenv/bin/linkoo')
-rwxr-xr-x | solenv/bin/linkoo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/linkoo b/solenv/bin/linkoo index a73f80be0d9d..d4e9fe727695 100755 --- a/solenv/bin/linkoo +++ b/solenv/bin/linkoo @@ -318,7 +318,7 @@ sub link_soffice_bin_files() print "soffice files"; $dest = "$OOO_BUILD/desktop/$TARGET/bin"; - do_link ($src, $dest, 'soffice', 'soffice.bin', 1); + do_link ($src, $dest, 'soffice.bin', 'soffice', 1); do_link ($src, $dest, 'bootstraprc', 'bootstraprc', 1); do_link ($src, $dest, 'intro.png', 'intro.png', 1); do_link ("$OOO_INSTALL", "$OOO_BUILD/desktop/$TARGET", 'share', 'share', 1); |