aboutsummaryrefslogtreecommitdiff
path: root/core/libressl/build
blob: efe55abb1a4a4a634097fe92e41cbd6ba937cd23 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh -e

./configure \
    --prefix=/usr \
    --sysconfdir=/etc

make
make DESTDIR="$1" install

install -Dm 755 update-certdata.sh "$1/etc/ssl"