busybox: avoid hardlink

This commit is contained in:
Fredrik Fornwall 2015-07-08 21:48:16 -04:00
parent b1c725d5b2
commit 8debe534c3
1 changed files with 3 additions and 1 deletions

View File

@ -32,7 +32,9 @@ termux_step_post_make_install () {
cd $TERMUX_PREFIX/bin
rm -f ash
ln busybox ash
# Wasteful with a copy, but need to update pwd.h patch before fixing:
cp busybox ash
chmod +x ash
# Install busybox man page
mkdir -p $TERMUX_PREFIX/share/man/man1