[Libreoffice-commits] .: solenv/bin

David Tardon dtardon at kemper.freedesktop.org
Thu Dec 9 03:59:17 PST 2010


 solenv/bin/linkoo |   17 -----------------
 1 file changed, 17 deletions(-)

New commits:
commit 7e585ded0f1cce41fd3dec6146526d07783d2d38
Author: David Tardon <dtardon at redhat.com>
Date:   Thu Dec 9 12:56:23 2010 +0100

    don't link soffice.bin and stuff back into src tree
    
    Experiments suggest that it's not needed anymore.

diff --git a/solenv/bin/linkoo b/solenv/bin/linkoo
index d4e9fe7..96af2c8 100755
--- a/solenv/bin/linkoo
+++ b/solenv/bin/linkoo
@@ -310,22 +310,6 @@ sub link_pagein_files()
     print "\n";
 }
 
-# link installed files back into src tree:
-sub link_soffice_bin_files()
-{
-    my $dest;
-    my $src = "$OOO_INSTALL/" . $brand_program_dir;
-
-    print "soffice files";
-    $dest = "$OOO_BUILD/desktop/$TARGET/bin";
-    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);
-
-    print "\n";
-}
-
 my $a;
 my $usage = 0;
 for $a (@ARGV) {
@@ -377,7 +361,6 @@ link_iso_res();
 link_types_rdb();
 link_oovbaapi_rdb();
 link_pagein_files();
-link_soffice_bin_files();
 
 if (!-f "$OOO_INSTALL/" . $brand_program_dir . "/ooenv") {
     print "Creating '$OOO_INSTALL/", $brand_program_dir, "/ooenv'\n";


More information about the Libreoffice-commits mailing list