From 8022154108dde14f47722bd1a18a475ef2a3f95d 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: Sun, 5 Feb 2017 19:08:11 +0100 Subject: build.sh, {subr,vars}/*: general cleanup. --- subr/pkg_patch_pre.subr | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'subr/pkg_patch_pre.subr') diff --git a/subr/pkg_patch_pre.subr b/subr/pkg_patch_pre.subr index 2671d32c..566299a2 100644 --- a/subr/pkg_patch_pre.subr +++ b/subr/pkg_patch_pre.subr @@ -1,9 +1,9 @@ # -# . ./build.vars and set -o errexit -o noglob are assumed. -# See warning at the top of build.vars. +# set -o errexit -o noglob are assumed. # pkg_patch_pre() { + local __; for __ in \ ${MIDIPIX_BUILD_PWD}/../${PKG_SUBDIR}_pre.local.patch \ ${MIDIPIX_BUILD_PWD}/../${PKG_SUBDIR}_pre.local@${BUILD_HNAME}.patch \ @@ -13,11 +13,10 @@ pkg_patch_pre() { if [ -r "${__}" ]; then patch -b -d ${PKG_SUBDIR} -p1 < ${__}; fi; - done; unset __; + done; if test_cmd pkg_${PKG_NAME}_patch_pre_post; then pkg_${PKG_NAME}_patch_pre_post; fi; - set_build_script_done patch_pre -autoconf; }; # vim:filetype=sh -- cgit v1.2.3