From f27e6c73690f3dd3f560f8e1b3acc21769b26a53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz=20=28arab=2C=20vx?= =?UTF-8?q?p=29?= Date: Wed, 8 Mar 2017 14:40:50 +0000 Subject: vars/build.vars: fixes mtr. subr/pkg_autoconf.subr: include `bootstrap.sh' in the list of pre-autoconf scripts to run. patches/mtr.midipix.patch: fix incorrect name. --- subr/pkg_autoconf.subr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subr') diff --git a/subr/pkg_autoconf.subr b/subr/pkg_autoconf.subr index e8bf0572..6ceec26b 100644 --- a/subr/pkg_autoconf.subr +++ b/subr/pkg_autoconf.subr @@ -15,7 +15,7 @@ pkg_autoconf() { -exec install -m 0700 "${MIDIPIX_BUILD_PWD}/etc/config.sub" {} \;; if [ -e "${WORKDIR}/${PKG_SUBDIR}/configure.ac" ]\ && [ ! -e "${WORKDIR}/${PKG_SUBDIR}/configure" ]; then - for __ in bootstrap autogen.sh ""; do + for __ in bootstrap bootstrap.sh autogen.sh ""; do if [ -z "${__}" ]; then (build_fileop cd "${WORKDIR}/${PKG_SUBDIR}" && autoconf)\ || exit 1 && break; -- cgit v1.2.3