find added to required tools

This commit is contained in:
2021-03-05 19:03:59 +01:00
parent f83341cbee
commit ebdd93051b
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -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