repo/core/libressl/build
2021-07-01 16:20:12 +00:00

11 lines
141 B
Bash
Executable File

#!/bin/sh -e
./configure \
--prefix=/usr \
--sysconfdir=/etc
make
make DESTDIR="$1" install
cp -f update-certdata.sh "$1/etc/ssl"