summaryrefslogtreecommitdiff
path: root/solenv/bin/linkoo
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2011-04-20 16:14:29 +0200
committerLuboš Luňák <l.lunak@suse.cz>2011-04-20 16:14:29 +0200
commit190d20d74e00330117e7bccde2fff452dc828a2c (patch)
tree27c240b85c543bd4eed7b2aef9d6fe594bc1a0e1 /solenv/bin/linkoo
parenteb7179d918275390e677c9acb4626566d675b1cc (diff)
don't link soffice.bin and stuff back into src tree
This is 7e585ded0f1cce41fd3dec6146526d07783d2d38 again, removed in 981e63a40a5918135f3547c849394a36f8012af9, probably by mistake. With the linking it's possible that soffice.bin becomes the wrapper script that ends up calling itself recursively.
Diffstat (limited to 'solenv/bin/linkoo')
-rwxr-xr-xsolenv/bin/linkoo16
1 files changed, 0 insertions, 16 deletions
diff --git a/solenv/bin/linkoo b/solenv/bin/linkoo
index 7c96b6a01b3b..19921b236941 100755
--- a/solenv/bin/linkoo
+++ b/solenv/bin/linkoo
@@ -332,21 +332,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', 'soffice.bin', 1);
- do_link ($src, $dest, 'bootstraprc', 'bootstraprc', 1);
- do_link ("$OOO_INSTALL", "$OOO_BUILD/desktop/$TARGET", 'share', 'share', 1);
-
- print "\n";
-}
-
for my $a (@ARGV) {
# options
@@ -394,7 +379,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") {
my $ooenv;