2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 15:02:27 +00:00
repo/core/libressl/build

11 lines
151 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
install -Dm 755 update-certdata.sh "$1/etc/ssl"