ncompress: make sure man/man1 exists

This commit is contained in:
Henrik Grimler 2019-11-27 08:04:09 +01:00 committed by Leonid Pliushch
parent 164f27e890
commit 269810f653

View File

@ -9,6 +9,7 @@ TERMUX_PKG_SHA256=f575bbcdd5f844ce22d753b9acd23d2a6b73ffc15f204bebbaf8bd6f657490
TERMUX_PKG_BUILD_IN_SRC=true
termux_step_make_install() {
mkdir -p "$TERMUX_PREFIX"/share/man/man1/
install -Dm700 compress "$TERMUX_PREFIX"/bin/
install -Dm600 compress.1 "$TERMUX_PREFIX"/share/man/man1/
}