We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6bb08b6 + 6d3150a commit eb62005Copy full SHA for eb62005
1 file changed
classes/strip.yaml
@@ -24,7 +24,7 @@ packageSetup: |
24
chmod u+w "$1"
25
26
# shared libraries need to be treated with care
27
- if [[ $1 == *.so* && $type == ELF*shared ]] ; then
+ if [[ $1 == *.so* && $type == ELF*shared* ]] ; then
28
$STRIP --remove-section=.comment --remove-section=.note \
29
--strip-unneeded "$1"
30
else
0 commit comments