html2text: ensure that manpage directory exists before make install
This commit is contained in:
parent
af2e8e52b8
commit
9250a8ba72
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user