busybox: install to TERMUX_PREFIX, not PREFIX

This commit is contained in:
Leonid Pliushch 2021-10-13 12:51:44 +03:00
parent 62e56db70a
commit b4075c0849
No known key found for this signature in database
GPG Key ID: 45F2964132545795

View File

@ -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.