From 64ecaa5ed04d5abd4c30b86d1378751f5bbd8d21 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Wed, 28 Oct 2020 19:37:18 +0100 Subject: [PATCH] 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. --- srcpkgs/bash/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/bash/template b/srcpkgs/bash/template index 76e1b0e8471..6274068b2d2 100644 --- a/srcpkgs/bash/template +++ b/srcpkgs/bash/template @@ -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