summaryrefslogtreecommitdiffhomepage
path: root/build.sh
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2017-02-03 04:25:20 +0100
committerLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2017-02-03 04:25:20 +0100
commit7fe25dbd38d2c08abdef9db1ec9cb61122b54da5 (patch)
tree5343bcf128ff5cff1d5a86c612c4632029b05bbf /build.sh
parentf539a4f6f6e2865d20f6fa6129e8c5315c3eafa1 (diff)
downloadmidipix_build-7fe25dbd38d2c08abdef9db1ec9cb61122b54da5.tar.bz2
midipix_build-7fe25dbd38d2c08abdef9db1ec9cb61122b54da5.tar.xz
build.sh, subr/pkg_setup_env.subr: renamed build step `setup' to `setup_env.'
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index fe13c91e..8992c5aa 100755
--- a/build.sh
+++ b/build.sh
@@ -213,7 +213,7 @@ for BUILD_TARGET_LC in $(bp_subst_tgts ${BUILD_TARGETS_META}); do
done;
parse_with_pkg_name ${BUILD_PACKAGE_LC%.*};
for __ in all disabled fetch extract build_dir patch_pre autoconf patch \
- setup distclean configure clean build install; do
+ setup_env distclean configure clean build install; do
case ${__} in
all)
if test_cmd pkg_${PKG_NAME}_all; then