Merge pull request #3899 from sudosurootdev/master

hfsutils: Correct termux_step_post_configure mandir location
This commit is contained in:
Henrik Grimler 2019-05-28 20:27:40 +02:00 committed by GitHub
commit 69cc68eb6a
1 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,6 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--mandir=$TERMUX_PREFIX/share/man"
TERMUX_PKG_BUILD_IN_SRC=yes
termux_step_post_configure() {
mkdir -p ${TERMUX_PREFIX}/man/man1
mkdir -p ${TERMUX_PREFIX}/share/man/man1
}