iconv: Create man1 directory to avoid failed build.
man1 may not exist. Create it if needed.
This commit is contained in:
parent
472d16911b
commit
3667e5e4c3
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user