From e92e7e69fee7d48ecba5437fa0384d84ce6f7676 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 28 Oct 2010 04:22:00 +0200 Subject: [PATCH] xbps-src: don't ignore pkgs that use $nostrip for verify rundeps code. --- xbps-src/shutils/verify_rundeps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xbps-src/shutils/verify_rundeps.sh b/xbps-src/shutils/verify_rundeps.sh index 71f5ee71e04..3a64d15a8c7 100644 --- a/xbps-src/shutils/verify_rundeps.sh +++ b/xbps-src/shutils/verify_rundeps.sh @@ -56,7 +56,7 @@ verify_rundeps() lver="${version}" fi - [ -n "$noarch" -o "$nostrip" -o "$noverifyrdeps" ] && return 0 + [ -n "$noarch" -o -n "$noverifyrdeps" ] && return 0 msg_normal "Package '$pkgname ($lver)': verifying required run dependencies, please wait..." for f in $(find ${PKG_DESTDIR} -type f); do