Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
866ab744
Commit
866ab744
authored
Jan 16, 2009
by
goro
Browse files
No longer touch .debug files
parent
8d932e2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/shipping/prepare-linux-qt-for-shipping.sh
View file @
866ab744
...
...
@@ -104,16 +104,13 @@ inst() {
fix_rpath bin
'*'
'$ORIGIN/../lib'
# Fix files lib/*.so
fix_rpath lib
'*.so.?.?.?'
'$ORIGIN'
fix_rpath lib
'*.so.?.?.?.debug'
'$ORIGIN'
# Fix files examples/tools/*/*/*.so
fix_rpath examples/tools
'*.so'
'$ORIGIN/../../../lib'
fix_rpath examples/tools
'*.so.debug'
'$ORIGIN/../../../lib'
# Fix files plugins/*/*.so
fix_rpath plugins
'*.so'
'$ORIGIN/../../lib'
fix_rpath plugins
'*.so.debug'
'$ORIGIN/../../lib'
)
ret
=
$?
;
[
${
ret
}
=
0
]
||
exit
${
ret
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment