X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/59f0d218a6ff34c80cf898f6d7ac62555ba8eb11..e7fcdfa2bbc66541ef5808adb43132e7ee3f5473:/packages/busybox/build.sh diff --git a/packages/busybox/build.sh b/packages/busybox/build.sh index 5374a511..7e9909cb 100755 --- a/packages/busybox/build.sh +++ b/packages/busybox/build.sh @@ -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