html2text: ensure that manpage directory exists before `make install`

This commit is contained in:
Leonid Pliushch 2020-01-19 20:00:11 +02:00
parent af2e8e52b8
commit 9250a8ba72
1 changed files with 4 additions and 0 deletions

View File

@ -5,3 +5,7 @@ TERMUX_PKG_VERSION=1.3.2
TERMUX_PKG_SRCURL=http://www.mbayer.de/html2text/downloads/html2text-${TERMUX_PKG_VERSION}a.tar.gz
TERMUX_PKG_SHA256=000b39d5d910b867ff7e087177b470a1e26e2819920dcffd5991c33f6d480392
TERMUX_PKG_BUILD_IN_SRC=true
termux_step_pre_configure() {
mkdir -p $TERMUX_PREFIX/share/man/man1
}