Browse Source

gnu cp is also needed

Signed-off-by: falkTX <falktx@falktx.com>
pull/28/head
falkTX 2 years ago
parent
commit
e9f792d153
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      bootstrap-mod.sh

+ 4
- 0
bootstrap-mod.sh View File

@@ -121,6 +121,10 @@ if [ "${MACOS}" -eq 1 ]; then
ln -s $(command -v gawk) "${PAWPAW_PREFIX}-host/bin/awk"
fi

if [ ! -e "${PAWPAW_PREFIX}-host/bin/cp" ]; then
ln -s $(command -v gcp) "${PAWPAW_PREFIX}-host/bin/cp"
fi

if [ ! -e "${PAWPAW_PREFIX}-host/bin/install" ]; then
ln -s $(command -v ginstall) "${PAWPAW_PREFIX}-host/bin/install"
fi


Loading…
Cancel
Save