From 18dfad86a0a7e83baebf54f305909fc850066834 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: Mon, 4 Dec 2017 12:13:41 +0000 Subject: build.sh:exec_start: use exit(1) instead of clearing ${PKG_BUILD_STEPS} when skipping dist_{digest,tarballs}. --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index a795061e..945cc219 100755 --- a/build.sh +++ b/build.sh @@ -77,8 +77,8 @@ buildp_dispatch() { fi; if [ -z "${ARG_TARBALL}" ]; then case "${_pkg_name}" in - dist_digest) PKG_BUILD_STEPS=""; ;; - dist_tarballs) PKG_BUILD_STEPS=""; ;; + dist_digest) exit 0; ;; + dist_tarballs) exit 0; ;; esac; fi; if [ "${ARG_XTRACE:-0}" -eq 1 ]; then -- cgit v1.2.3