From 8debe534c31ea965e1b24280d84ae35b77dc83fa Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Wed, 8 Jul 2015 21:48:16 -0400 Subject: [PATCH] busybox: avoid hardlink --- packages/busybox/build.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/busybox/build.sh b/packages/busybox/build.sh index 5374a5119..7e9909cb3 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