mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
xbps-src: always check required host utils, even if masterdir is ready.
This commit is contained in:
parent
bf7b174636
commit
749ef825a3
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue