xbps-src: always check required host utils, even if masterdir is ready.

This commit is contained in:
Juan RP 2011-10-30 11:17:05 +01:00
parent bf7b174636
commit 749ef825a3

View file

@ -43,7 +43,6 @@ check_reqhost_utils()
local broken
[ -n "$IN_CHROOT" ] && return 0
[ -r "$XBPS_MASTERDIR/.xbps_perms_done" ] && return 0
for f in ${REQHOST_UTILS}; do
if ! command -v ${f} 2>&1 >/dev/null; then