openssl: Ensure folder exists

This commit is contained in:
Fredrik Fornwall 2019-04-27 22:54:15 +02:00
parent 795462230c
commit ec1d67595d
1 changed files with 1 additions and 0 deletions

View File

@ -47,5 +47,6 @@ termux_step_make_install() {
# "install_sw" instead of "install" to not install man pages:
make -j 1 install_sw MANDIR=$TERMUX_PREFIX/share/man MANSUFFIX=.ssl
mkdir -p $TERMUX_PREFIX/etc/tls/
cp apps/openssl.cnf $TERMUX_PREFIX/etc/tls/openssl.cnf
}