2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 22:12:27 +00:00

openssl: install all manual pages. See #273

This commit is contained in:
Dylan Araps 2021-07-12 03:02:20 +03:00
parent f460d66788
commit 0d7303d139
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -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"