diff options
author | David Tardon <dtardon@redhat.com> | 2011-08-22 09:50:58 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-08-22 17:30:20 +0200 |
commit | 3c8f40e039b4d32cced201022050769eb40a3a49 (patch) | |
tree | 46eb84d4f93c041635178c4e4446dc052c6df407 /solenv | |
parent | 22ccd4da8610efe98cef3adabb60c761e625e6cd (diff) |
link versioned uno libs from solver to install dir
Diffstat (limited to 'solenv')
-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 5e0645959483..c2565b671f7e 100755 --- a/solenv/bin/linkoo +++ b/solenv/bin/linkoo @@ -79,7 +79,7 @@ $dllre = '\.dylib$' if ($ENV{OS} eq 'MACOSX'); my %replaceable = ( $program_dir => "($dllre|\.rdb)", - $ure_lib_dir => "$dllre", + $ure_lib_dir => "($dllre|\\.so\\.3\$)", $program_dir . '/resource' => '\.res$', $program_dir . '/classes' => '\.jar$', 'basis-link/share/config' => '\.zip$', |