From b74f9a1259d6b635fcd51be60b79cc7dd3c08b93 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Mon, 15 Jul 2024 19:57:35 +0200 Subject: [PATCH] build-system: missing definition of file cmd added --- Pmodules/modbuild.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Pmodules/modbuild.in b/Pmodules/modbuild.in index ac050b2..38e8283 100755 --- a/Pmodules/modbuild.in +++ b/Pmodules/modbuild.in @@ -31,9 +31,9 @@ std::def_cmds "${mydir}/../libexec" \ 'patchelf' 'sevenz' 'yq' std::def_cmds '/usr/bin:/bin:/usr/sbin:/sbin' \ - 'awk' 'base64' 'cat' 'cp' 'envsubst' 'find' 'getopt' 'grep' \ + 'awk' 'base64' 'cat' 'cp' 'envsubst' 'file' 'find' 'getopt' 'grep' \ 'install' 'logger' 'make' 'mkdir' 'mktemp' 'patch' 'pwd' \ - 'rm' 'rmdir' 'sort' 'tar' 'tee' 'uname' + 'rm' 'rmdir' 'seq' 'sort' 'tar' 'tee' 'uname' declare -r OS="$(${uname} -s)" if [[ ${OS} == 'Darwin' ]]; then