summaryrefslogtreecommitdiffhomepage
path: root/subr/ex_pkg_dispatch.subr
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-02-14 13:34:30 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-02-14 13:34:30 +0000
commita64a21ee61fb3f7a52f560d07e451bfb04379c5f (patch)
treedae035a5561d4287ebb9fd80bcc864dcdae8a259 /subr/ex_pkg_dispatch.subr
parentdcfbb2220bc9979304001dbbf952b449e2528160 (diff)
downloadmidipix_build-a64a21ee61fb3f7a52f560d07e451bfb04379c5f.tar.bz2
midipix_build-a64a21ee61fb3f7a52f560d07e451bfb04379c5f.tar.xz
groups/2*.native_packages_*.group: adds dependencies.
subr/ex_pkg_dispatch.subr:exp_pkg_check_depends(): forcibly rebuild all dependencies w/ -r **[ ...] vs. -r *[ ... ].
Diffstat (limited to 'subr/ex_pkg_dispatch.subr')
-rw-r--r--subr/ex_pkg_dispatch.subr2
1 files changed, 1 insertions, 1 deletions
diff --git a/subr/ex_pkg_dispatch.subr b/subr/ex_pkg_dispatch.subr
index 13b2a6d8..3680b279 100644
--- a/subr/ex_pkg_dispatch.subr
+++ b/subr/ex_pkg_dispatch.subr
@@ -9,7 +9,7 @@
exp_pkg_check_depends() {
local _group_name="${1}" _pkg_depends="${2}" _pkg_name="${3}" _dependfl=0;
if ! [ -n "${_restart}" ]\
- || [ "${ARG_RESTART_RECURSIVE:-0}" -eq 1 ]; then
+ || [ "${ARG_RESTART_RECURSIVE:-0}" -ge 1 ]; then
for _pkg_name_depend in ${_pkg_depends}; do
if [ -n "$(ex_rtl_lsearch "${_pkgs_wait}" "${_pkg_name_depend}")" ]\
|| [ -z "$(ex_rtl_lsearch "${_pkgs_complete}" "${_pkg_name_depend}")" ]; then