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:
parent
ebb026d03b
commit
c02bed1baf
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user