Add sbindir flag to configure script in termux_step_configure_autotools.sh

Some packages installs binaries to sbin folder. Since termux doesn't use sbin, just map it to bin folder. This eliminates the need of using this flag with TERMUX_PKG_EXTRA_CONFIGURE_ARGS in the build.sh script.
This commit is contained in:
Frederico F. de Oliveira 2021-01-05 01:24:47 +00:00 committed by Leonid Pliushch
parent ebb026d03b
commit c02bed1baf
1 changed files with 1 additions and 0 deletions

View File

@ -102,6 +102,7 @@ termux_step_configure_autotools() {
--disable-dependency-tracking \
--prefix=$TERMUX_PREFIX \
--libdir=$TERMUX_PREFIX/lib \
--sbindir=$TERMUX_PREFIX/bin \
--disable-rpath --disable-rpath-hack \
$HOST_FLAG \
$TERMUX_PKG_EXTRA_CONFIGURE_ARGS \