diff --git a/core/openssl/build b/core/openssl/build index 92eaddf4..65bd344e 100755 --- a/core/openssl/build +++ b/core/openssl/build @@ -10,7 +10,11 @@ make depend make -make DESTDIR="$1" install_sw install_ssldirs + +make DESTDIR="$1" \ + install_sw \ + install_ssldirs \ + install_man_docs cp -f update-certdata.sh "$1/etc/ssl"