xbps-src: always check required host utils, even if masterdir is ready.
This commit is contained in:
@@ -43,7 +43,6 @@ check_reqhost_utils()
|
|||||||
local broken
|
local broken
|
||||||
|
|
||||||
[ -n "$IN_CHROOT" ] && return 0
|
[ -n "$IN_CHROOT" ] && return 0
|
||||||
[ -r "$XBPS_MASTERDIR/.xbps_perms_done" ] && return 0
|
|
||||||
|
|
||||||
for f in ${REQHOST_UTILS}; do
|
for f in ${REQHOST_UTILS}; do
|
||||||
if ! command -v ${f} 2>&1 >/dev/null; then
|
if ! command -v ${f} 2>&1 >/dev/null; then
|
||||||
|
|||||||
Reference in New Issue
Block a user