unifdef: make sure man/man1 exists during build

This commit is contained in:
Henrik Grimler 2019-11-28 13:53:01 +01:00 committed by Leonid Pliushch
parent 58451a8dd5
commit 2994660234
1 changed files with 1 additions and 0 deletions

View File

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