kiss: simpler nostrip option.

This commit is contained in:
Dylan Araps 2019-11-09 09:45:23 +00:00
parent 0be7b75b2c
commit 2f88c47b84
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 2 additions and 2 deletions

4
kiss
View File

@ -228,7 +228,7 @@ pkg_strip() {
# system as well as on the tar-balls we ship for installation. # system as well as on the tar-balls we ship for installation.
# Package has stripping disabled, stop here. # Package has stripping disabled, stop here.
[ -f "$(pkg_find "$1")/nostrip" ] && return [ -f "$mak_dir/$pkg/nostrip" ] && return
log "$1" "Stripping binaries and libraries" log "$1" "Stripping binaries and libraries"
@ -1027,7 +1027,7 @@ args() {
;; ;;
v|version|-v|--version) v|version|-v|--version)
log kiss 0.53.4 log kiss 0.53.5
;; ;;
h|help|-h|--help|'') h|help|-h|--help|'')