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
+1
View File
@@ -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