diff --git a/build b/build index d85440e..163a928 100755 --- a/build +++ b/build @@ -345,6 +345,10 @@ pmodules::compile() { build bash fi + if [[ ! -f "${PMODULES_HOME}/sbin/find" ]] || [[ ${opt_force} == 'yes' ]]; then + build findutils + fi + if [[ ! -e "${PMODULES_HOME}/sbin/tclsh" ]] || [[ ${opt_force} == 'yes' ]]; then build Tcl fi diff --git a/config/versions.conf b/config/versions.conf index 9aa7e9d..00777ad 100644 --- a/config/versions.conf +++ b/config/versions.conf @@ -1,5 +1,6 @@ bash 5.1-rc3 coreutils 8.31 +findutils 4.7.0 getopt 1.1.6 gettext 0.21 modules 3.2.10.1