Skip to content
Snippets Groups Projects
Commit 866ab744 authored by goro's avatar goro
Browse files

No longer touch .debug files

parent 8d932e2a
No related branches found
No related tags found
No related merge requests found
...@@ -104,16 +104,13 @@ inst() { ...@@ -104,16 +104,13 @@ inst() {
fix_rpath bin '*' '$ORIGIN/../lib' fix_rpath bin '*' '$ORIGIN/../lib'
# Fix files lib/*.so # Fix files lib/*.so
fix_rpath lib '*.so.?.?.?' '$ORIGIN'
fix_rpath lib '*.so.?.?.?.debug' '$ORIGIN' fix_rpath lib '*.so.?.?.?.debug' '$ORIGIN'
# Fix files examples/tools/*/*/*.so # Fix files examples/tools/*/*/*.so
fix_rpath examples/tools '*.so' '$ORIGIN/../../../lib' fix_rpath examples/tools '*.so' '$ORIGIN/../../../lib'
fix_rpath examples/tools '*.so.debug' '$ORIGIN/../../../lib'
# Fix files plugins/*/*.so # Fix files plugins/*/*.so
fix_rpath plugins '*.so' '$ORIGIN/../../lib' fix_rpath plugins '*.so' '$ORIGIN/../../lib'
fix_rpath plugins '*.so.debug' '$ORIGIN/../../lib'
) )
ret=$?; [ ${ret} = 0 ] || exit ${ret} ret=$?; [ ${ret} = 0 ] || exit ${ret}
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment