mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
general: Fix white-space.
This commit is contained in:
parent
7c215eb50d
commit
c0fb90c384
5
puke
5
puke
@ -91,10 +91,13 @@ pkg_strip() {
|
||||
application/x-sharedlib*|application/x-pie-executable*)
|
||||
strip_opts=--strip-unneeded
|
||||
;;
|
||||
application/x-archive*) strip_opts=--strip-debug ;;
|
||||
|
||||
application/x-archive*) strip_opts=--strip-debug ;;
|
||||
application/x-executable*) strip_opts=--strip-all ;;
|
||||
|
||||
*) continue ;;
|
||||
esac
|
||||
|
||||
strip "$strip_opts" "$binary"
|
||||
done
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user