bash: remove toplevel execution from template

Bash is currently the only template that
executes programs at the toplevel, which
breaks xbps-src-make and therefor the
the buildbot falls back to xbps-fbulk
which is bad at scheduling big builds
like perl currently.
This commit is contained in:
Duncaen 2020-10-28 19:37:18 +01:00
parent f5a6fe2845
commit 64ecaa5ed0
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -18,7 +18,7 @@ homepage="https://www.gnu.org/software/bash/bash.html"
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${_bash_distver}.tar.gz"
_url="${GNU_SITE}/bash/bash-${_bash_distver}-patches"
for _p in $(seq -w 001 ${_bash_patchlevel}); do
for _p in 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018; do
distfiles+=" ${_url}/${_patchprefix}-${_p}"
skip_extraction+=" ${_patchprefix}-${_p}"
done