From 452c35632a14e2a15005c3aeda23cd2c9a2ae60e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz?= Date: Wed, 12 Feb 2020 15:22:37 +0000 Subject: build.sh:buildp_dispatch(): correctly filter ${_build_groups_lc} in the absence of -D rpm. groups/0[23]0.host_{deps_rpm,toolchain}.group: renamed. groups/020.host_deps_rpm.group:libarchive_host:${PKG_CFLAGS_CONFIGURE}: configure w/ -I${PREFIX}/include. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index d6ee03ce..05c2af13 100755 --- a/build.sh +++ b/build.sh @@ -13,7 +13,7 @@ buildp_dispatch() { ex_rtl_log_env_vars "build (global)" ${DEFAULT_LOG_ENV_VARS}; _build_groups_lc="${BUILD_GROUPS:-${GROUPS_DEFAULT}}"; if ! ex_rtl_lmatch "${ARG_DIST}" , rpm; then - _build_groups_lc="$(ex_rtl_lfilter "${_build_groups_lc}" "host_tools_rpm")"; + _build_groups_lc="$(ex_rtl_lfilter "${_build_groups_lc}" "host_deps_rpm")"; fi; if [ "${ARG_RESTART}" = "LAST" ]; then if [ -n "${DEFAULT_BUILD_LAST_FAILED_PKG_FNAME}" ]\ -- cgit v1.2.3