Skip to content

Commit

Permalink
gnu cp is also needed
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Oct 16, 2023
1 parent 9f18dfc commit e9f792d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bootstrap-mod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e9f792d

Please sign in to comment.