xbps-src: add bison to required host utils for bootstrap.
This commit is contained in:
parent
e7fe66e840
commit
bd2c0ccf9b
1 changed files with 2 additions and 1 deletions
|
@ -34,11 +34,12 @@
|
||||||
: ${xbps_machine:=$(uname -m)}
|
: ${xbps_machine:=$(uname -m)}
|
||||||
|
|
||||||
# Required utilities in host system.
|
# Required utilities in host system.
|
||||||
REQHOST_UTILS="gawk bash sed gcc msgfmt patch makeinfo perl fakeroot tar xz"
|
REQHOST_UTILS="gawk bash bison sed gcc msgfmt patch makeinfo perl fakeroot tar xz"
|
||||||
|
|
||||||
check_reqhost_utils()
|
check_reqhost_utils()
|
||||||
{
|
{
|
||||||
[ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue