From 75a203ce9044974fd5027654348c7a4414877e35 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, 7 Feb 2016 16:54:05 +0100 Subject: - Followup to last commit. - Inserted dalist, ntapi, pemagine, psxtypes, psxscl, and ntctty in between build levels 1 (binutils...) and 2 (coreutils...) which is now build level 3. - Added SHA256 manifest for the upstream patches of bash, as verifying the signatures provided would tie in GnuPG as a dependency. --- build.subr | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build.subr') diff --git a/build.subr b/build.subr index f07e297a..ea487558 100644 --- a/build.subr +++ b/build.subr @@ -93,10 +93,10 @@ log_msg() { }; parse_with_pkg_name() { - _pkg_name=${1}; shift; + PKG_NAME=${1}; shift; while [ $# -ge 0 ]; do - if [ "x${_pkg_name}" = "x${1}" ]; then - _pkg_NAME=$(echo "${_pkg_name}" | tr a-z A-Z); + if [ "x${PKG_NAME}" = "x${1}" ]; then + _pkg_NAME=$(echo "${PKG_NAME}" | tr a-z A-Z); for _vname in \ configure_extra_args no_libtool_midipix \ patches_extra prefix prefix_extra sha256sum \ -- cgit v1.2.3