]> git.armaanb.net Git - asd-repo.git/blob - core/libressl/build
Adapt for asd linux
[asd-repo.git] / core / libressl / build
1 #!/bin/sh -e
2
3 ./configure \
4     --prefix=/usr \
5     --sysconfdir=/etc
6
7 make
8 make DESTDIR="$1" install
9
10 install -Dm 755 update-certdata.sh "$1/etc/ssl"