diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2011-09-27 13:34:54 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2011-09-27 13:35:25 +0200 |
commit | e73bfbf95e499ad1a998d89f3ca5fcf9534097dc (patch) | |
tree | 7e19a484065a04265ea46977f73df74de257d093 /solenv/bin/linkoo | |
parent | 45f536210e8c0376bc047db024e88566557994c5 (diff) |
Fixed linkoo for Linux again.
Diffstat (limited to 'solenv/bin/linkoo')
-rwxr-xr-x | solenv/bin/linkoo | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/solenv/bin/linkoo b/solenv/bin/linkoo index 51d935165ef7..d8997a829e82 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\$)", |