2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-15 20:32:26 +00:00
repo/core/libressl/build

14 lines
205 B
Plaintext
Raw Normal View History

2019-05-16 17:05:27 +00:00
#!/bin/sh -e
./configure \
2019-06-18 16:59:29 +00:00
--prefix=/usr \
--sysconfdir=/etc
2019-05-16 17:05:27 +00:00
make
make DESTDIR="$1" install
2021-07-01 16:20:12 +00:00
cp -f update-certdata.sh "$1/etc/ssl"
2021-07-06 11:29:26 +00:00
# Remove library documentation.
rm -rf "$1/usr/share/man/man3"