From 8a04deff7e91795435db7b751352512f116c7aba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz?= Date: Tue, 11 Feb 2020 17:09:12 +0000 Subject: Implements package-package dependencies. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index cbb2f511..24dd75c5 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_not "${_build_groups_lc}" "host_tools_rpm")"; + _build_groups_lc="$(ex_rtl_lfilter "${_build_groups_lc}" "host_tools_rpm")"; fi; if [ "${ARG_RESTART}" = "LAST" ]; then if [ -n "${DEFAULT_BUILD_LAST_FAILED_PKG_FNAME}" ]\ -- cgit v1.2.3