[Libreoffice-commits] .: solenv/bin

David Tardon dtardon at kemper.freedesktop.org
Thu Dec 9 03:06:19 PST 2010


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

New commits:
commit f9c95bd4aa41228182326912d81f651965695b40
Author: David Tardon <dtardon at redhat.com>
Date:   Thu Dec 9 12:04:57 2010 +0100

    the file format changed from bmp to png

diff --git a/solenv/bin/linkoo b/solenv/bin/linkoo
index e642b48..a73f80b 100755
--- a/solenv/bin/linkoo
+++ b/solenv/bin/linkoo
@@ -320,7 +320,7 @@ sub link_soffice_bin_files()
     $dest = "$OOO_BUILD/desktop/$TARGET/bin";
     do_link ($src, $dest, 'soffice', 'soffice.bin', 1);
     do_link ($src, $dest, 'bootstraprc', 'bootstraprc', 1);
-    do_link ($src, $dest, 'intro.bmp', 'intro.bmp', 1);
+    do_link ($src, $dest, 'intro.png', 'intro.png', 1);
     do_link ("$OOO_INSTALL", "$OOO_BUILD/desktop/$TARGET", 'share', 'share', 1);
 
     print "\n";


More information about the Libreoffice-commits mailing list