[Libreoffice-commits] .: solenv/bin

David Tardon dtardon at kemper.freedesktop.org
Thu Dec 9 03:22:40 PST 2010


 solenv/bin/linkoo |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b30eba203b29a837dbf0c885881b0c4de8d406b9
Author: David Tardon <dtardon at redhat.com>
Date:   Thu Dec 9 12:22:34 2010 +0100

    link the right file

diff --git a/solenv/bin/linkoo b/solenv/bin/linkoo
index a73f80b..d4e9fe7 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);


More information about the Libreoffice-commits mailing list