Browse Source

busybox: avoid hardlink

android-5
Fredrik Fornwall 10 years ago
parent
commit
8debe534c3
  1. 4
      packages/busybox/build.sh

4
packages/busybox/build.sh

@ -32,7 +32,9 @@ termux_step_post_make_install () {
cd $TERMUX_PREFIX/bin cd $TERMUX_PREFIX/bin
rm -f ash 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 # Install busybox man page
mkdir -p $TERMUX_PREFIX/share/man/man1 mkdir -p $TERMUX_PREFIX/share/man/man1

Loading…
Cancel
Save