Browse Source

hfsutils: Correct termux_step_post_configure mandir location

android-5
Christopher Latham 6 years ago
committed by Fredrik Fornwall
parent
commit
8ad2697b29
  1. 2
      packages/hfsutils/build.sh

2
packages/hfsutils/build.sh

@ -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
}

Loading…
Cancel
Save