mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
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:
parent
f5a6fe2845
commit
64ecaa5ed0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue