jhead: make sure man folder exists

This commit is contained in:
Henrik Grimler 2019-05-11 06:45:28 +02:00
parent 308d14fdba
commit a2808e4947
1 changed files with 1 additions and 0 deletions

View File

@ -8,5 +8,6 @@ TERMUX_PKG_BUILD_IN_SRC=yes
termux_step_make_install() {
cp jhead $TERMUX_PREFIX/bin/jhead
mkdir -p $TERMUX_PREFIX/share/man/man1
cp -f jhead.1 $TERMUX_PREFIX/share/man/man1/jhead.1
}