Browse Source
Merge pull request #3899 from sudosurootdev/master
hfsutils: Correct termux_step_post_configure mandir location
emacs-27
Henrik Grimler
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|
} |
|
|
|
|
|
|
|