unifdef: make sure man/man1 exists during build
This commit is contained in:
parent
58451a8dd5
commit
2994660234
@ -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/
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user