aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xkiss4
1 files changed, 2 insertions, 2 deletions
diff --git a/kiss b/kiss
index 1843ebb..b9c9caa 100755
--- 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|'')