summaryrefslogtreecommitdiffhomepage
path: root/subr/ex_pkg_env.subr
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de>2017-11-22 19:59:07 +0000
committerLucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de>2017-11-22 19:59:07 +0000
commit61ba136088ee6400697c4f6ecb09fe1bbc4076e7 (patch)
tree2f1b3b775efd1ae0ea18544f5c58c9076cdff5cc /subr/ex_pkg_env.subr
parentd18b1a13558fd4c78372fe610e7f6391f9eae874 (diff)
downloadmidipix_build-61ba136088ee6400697c4f6ecb09fe1bbc4076e7.tar.bz2
midipix_build-61ba136088ee6400697c4f6ecb09fe1bbc4076e7.tar.xz
subr/ex_pkg_{dispatch,env}.subr: move ${PKG_DISABLED} check.
Diffstat (limited to 'subr/ex_pkg_env.subr')
-rw-r--r--subr/ex_pkg_env.subr3
1 files changed, 0 insertions, 3 deletions
diff --git a/subr/ex_pkg_env.subr b/subr/ex_pkg_env.subr
index a3310797..5eff40ed 100644
--- a/subr/ex_pkg_env.subr
+++ b/subr/ex_pkg_env.subr
@@ -10,9 +10,6 @@ ex_pkg_env() {
&& ! ex_test_cmd "pkg_${PKG_NAME}_all"; then
ex_log_msg failexit "Error: package \`${PKG_NAME}' missing in build.vars.";
return 1;
- elif [ "${PKG_DISABLED:-0}" -eq 1 ]; then
- ex_log_msg vnfo "Skipping disabled package \`${PKG_NAME}.'";
- return 0;
else
[ -z "${MIDIPIX_BUILD_PWD}" ] && MIDIPIX_BUILD_PWD="$(pwd)";
[ -z "${PKG_FNAME}" ] && PKG_FNAME="${PKG_URL##*/}";