Add "$noverifyrdeps" to disable verifyrundeps code.

--HG--
extra : convert_revision : 07510b345b3831360d0ef7697be98103dc465181
This commit is contained in:
Juan RP 2010-01-29 05:41:10 +01:00
parent 9cd358be11
commit a4070a27a9
2 changed files with 2 additions and 2 deletions

View file

@ -50,7 +50,7 @@ verify_rundeps()
PKG_DESTDIR="$1"
maplib="$XBPS_COMMONVARSDIR/mapping_shlib_binpkg.txt"
[ -n "$noarch" -o "$nostrip" ] && return 0
[ -n "$noarch" -o "$nostrip" -o "$noverifyrdeps" ] && return 0
msg_normal "Verifying required $pkgname run dependencies..."
for f in $(find ${PKG_DESTDIR} -type f); do