commit 2f88c47b8412565c2f182c5c20427e4cd554f7dc
parent 0be7b75b2c93663065420662f5c7c805331ffb7f
Author: Dylan Araps <dylan.araps@gmail.com>
Date: Sat, 9 Nov 2019 09:45:23 +0000
kiss: simpler nostrip option.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kiss b/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|'')