[Libreoffice-commits] .: solenv/bin
Stephan Bergmann
sbergmann at kemper.freedesktop.org
Tue Sep 27 04:35:55 PDT 2011
solenv/bin/linkoo | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
New commits:
commit e73bfbf95e499ad1a998d89f3ca5fcf9534097dc
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Sep 27 13:34:54 2011 +0200
Fixed linkoo for Linux again.
diff --git a/solenv/bin/linkoo b/solenv/bin/linkoo
index 51d9351..d8997a8 100755
--- a/solenv/bin/linkoo
+++ b/solenv/bin/linkoo
@@ -77,8 +77,10 @@ my $win_ure_lib_dir = 'URE/bin';
my @exceptions = ( 'cppuhelper', 'sunjavaplugin', 'libjvmfwk' );
+my $bin;
+$bin = "|\\.bin" if ($TARGET eq 'wntgcci.pro');
my %replaceable = (
- $brand_program_dir => "(\\.so|\\.dll|\\.exe|\\.bin|\\.com)\$",
+ $brand_program_dir => "(\\.so|\\.dll|\\.exe|\\.com$bin)\$",
$basis_dir => "\\.rdb",
$win_basis_dir => "\\.rdb",
$ure_lib_dir => "(\\.so\$|\\.so\\.3\$)",
More information about the Libreoffice-commits
mailing list