summaryrefslogtreecommitdiffhomepage
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index 73ff2f89..fe13c91e 100755
--- a/build.sh
+++ b/build.sh
@@ -212,8 +212,8 @@ for BUILD_TARGET_LC in $(bp_subst_tgts ${BUILD_TARGETS_META}); do
fi;
done;
parse_with_pkg_name ${BUILD_PACKAGE_LC%.*};
- for __ in all disabled fetch extract build_dir patch_pre autoconf patch setup \
- configure clean build install; do
+ for __ in all disabled fetch extract build_dir patch_pre autoconf patch \
+ setup distclean configure clean build install; do
case ${__} in
all)
if test_cmd pkg_${PKG_NAME}_all; then