build script: commented out lines to build coreutils removed

This commit is contained in:
2021-04-28 00:02:53 +02:00
parent 7ddd9b0ed7
commit 15fb22e4c8
-4
View File
@@ -338,10 +338,6 @@ pmodules::compile() {
echo " root of Pmodules environment: ${prefix}"
echo " Pmodule prefix: ${PMODULES_HOME}"
#if [[ ! -f "${PMODULES_HOME}/${UTILBIN_DIR}/base64" ]] || [[ ${opt_force} == 'yes' ]]; then
# build coreutils
#fi
if [[ "${OS}" == 'Darwin' ]]; then
if [[ ! -f "${PMODULES_HOME}/${UTILBIN_DIR}/getopt" ]] || [[ ${opt_force} == 'yes' ]]; then
build getopt