xbps-src: also check for xbps static utils.
This commit is contained in:
parent
73eb032904
commit
c99f975f63
1 changed files with 2 additions and 1 deletions
|
@ -51,7 +51,8 @@ check_reqhost_utils()
|
||||||
[ -n "$in_chroot" ] && return 0
|
[ -n "$in_chroot" ] && return 0
|
||||||
|
|
||||||
echo -n "=> Checking for required host utilities... "
|
echo -n "=> Checking for required host utilities... "
|
||||||
for f in awk bash sed gcc msgfmt patch makeinfo perl fakeroot; do
|
for f in awk bash sed gcc msgfmt patch makeinfo perl fakeroot \
|
||||||
|
xbps-bin.static xbps-repo.static xbps-uhelper.static; do
|
||||||
if ! command -v ${f} 2>&1 >/dev/null; then
|
if ! command -v ${f} 2>&1 >/dev/null; then
|
||||||
echo
|
echo
|
||||||
echo "${f} is missing in your system, can't continue! exiting..."
|
echo "${f} is missing in your system, can't continue! exiting..."
|
||||||
|
|
Loading…
Reference in a new issue