xbps-src: always check required host utils, even if masterdir is ready.
This commit is contained in:
parent
bf7b174636
commit
749ef825a3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue