From b4075c08499985ced258473aa669ff4ed0ed7d77 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Wed, 13 Oct 2021 12:51:44 +0300 Subject: [PATCH] busybox: install to TERMUX_PREFIX, not PREFIX --- packages/busybox/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/busybox/build.sh b/packages/busybox/build.sh index ec53c9db6..8d263fc12 100644 --- a/packages/busybox/build.sh +++ b/packages/busybox/build.sh @@ -40,7 +40,7 @@ termux_step_configure() { termux_step_post_make_install() { if $TERMUX_DEBUG_BUILD; then - install -Dm700 busybox_unstripped $PREFIX/bin/busybox + install -Dm700 busybox_unstripped $TERMUX_PREFIX/bin/busybox fi # Install busybox man page.