iconv: Create man1 directory to avoid failed build.

man1 may not exist. Create it if needed.
This commit is contained in:
Vladimir Serbinenko 2017-08-07 20:55:47 +02:00 committed by Fredrik Fornwall
parent 472d16911b
commit 3667e5e4c3

View File

@ -7,6 +7,7 @@ TERMUX_PKG_SHA256=ccf536620a45458d26ba83887a983b96827001e92a13847b45e4925cc89131
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--enable-static --disable-shared"
termux_step_make_install () {
mkdir -p $TERMUX_PREFIX/share/man/man1
make -C lib install # this installs libiconv.{a,la} which the below install task needs:
make -C src install
rm $TERMUX_PREFIX/lib/libiconv.{a,la}