mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-08 03:43:25 +00:00
busybox: install to TERMUX_PREFIX, not PREFIX
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user