summaryrefslogtreecommitdiffhomepage
path: root/build.subr
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-02-07 16:54:05 +0100
committerLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-02-07 17:24:59 +0100
commit75a203ce9044974fd5027654348c7a4414877e35 (patch)
treecf87ae3fc657d39653e8f694c94d89c5c67e806c /build.subr
parent96b3097e548d741fe34bc2b54b5f59c725c06cec (diff)
downloadmidipix_build-75a203ce9044974fd5027654348c7a4414877e35.tar.bz2
midipix_build-75a203ce9044974fd5027654348c7a4414877e35.tar.xz
- 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.
Diffstat (limited to 'build.subr')
-rw-r--r--build.subr6
1 files changed, 3 insertions, 3 deletions
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 \