diff options
author | David Tardon <dtardon@redhat.com> | 2010-12-09 12:04:57 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2010-12-09 12:04:57 +0100 |
commit | eade46738339091f37ffd4c45d6214a243ce6695 (patch) | |
tree | afb56b0f9417a678a85190c4e28345906e48727d | |
parent | 335e9880521a86bad7e9834b4852a24c5ce57cd0 (diff) |
the file format changed from bmp to png
-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 e642b48aba60..a73f80be0d9d 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"; |