forked from kiss-community/kiss
kiss: simpler nostrip option.
This commit is contained in:
parent
0be7b75b2c
commit
2f88c47b84
4
kiss
4
kiss
@ -228,7 +228,7 @@ pkg_strip() {
|
||||
# system as well as on the tar-balls we ship for installation.
|
||||
|
||||
# Package has stripping disabled, stop here.
|
||||
[ -f "$(pkg_find "$1")/nostrip" ] && return
|
||||
[ -f "$mak_dir/$pkg/nostrip" ] && return
|
||||
|
||||
log "$1" "Stripping binaries and libraries"
|
||||
|
||||
@ -1027,7 +1027,7 @@ args() {
|
||||
;;
|
||||
|
||||
v|version|-v|--version)
|
||||
log kiss 0.53.4
|
||||
log kiss 0.53.5
|
||||
;;
|
||||
|
||||
h|help|-h|--help|'')
|
||||
|
Loading…
Reference in New Issue
Block a user