chore(main/bitcoin): configure mandir

Since we set prefix to the depends folder some install paths are
wrong.
This commit is contained in:
Henrik Grimler 2022-02-11 22:05:19 +01:00
parent 271e96e8a7
commit 31dfe9ff86
No known key found for this signature in database
GPG Key ID: B0076E490B71616B
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
--without-libs
--prefix=${TERMUX_PKG_SRCDIR}/depends/$TERMUX_HOST_PLATFORM
--bindir=$TERMUX_PREFIX/bin
--mandir=$TERMUX_PREFIX/share/man
"
termux_step_pre_configure() {