From 15fb22e4c8e5e3907d4c2f98cb009caaead89fc4 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 28 Apr 2021 00:02:53 +0200 Subject: [PATCH] build script: commented out lines to build coreutils removed --- build | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build b/build index 5a3d960..cdd6ac4 100755 --- a/build +++ b/build @@ -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