summaryrefslogtreecommitdiffhomepage
path: root/build.sh
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-02-11 17:09:12 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-02-11 17:09:12 +0000
commit8a04deff7e91795435db7b751352512f116c7aba (patch)
tree378077e96b475a733651627b4518c489b5f223ec /build.sh
parentb969400ee0747a07b85fad554337efca46bd5908 (diff)
downloadmidipix_build-8a04deff7e91795435db7b751352512f116c7aba.tar.bz2
midipix_build-8a04deff7e91795435db7b751352512f116c7aba.tar.xz
Implements package-package dependencies.
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 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}" ]\