From 569e2882d269af454824574b5c286d0917fb1905 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 14 Aug 2021 17:23:47 +0300 Subject: libressl: fix build --- core/libressl/build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/libressl') diff --git a/core/libressl/build b/core/libressl/build index a550be7c..8f6c62a1 100755 --- a/core/libressl/build +++ b/core/libressl/build @@ -7,7 +7,7 @@ make make DESTDIR="$1" install -clinst -Dm 755 update-certdata.sh "$1/etc/ssl" +clinst -Dm755 -t "$1/etc/ssl" update-certdata.sh # Link ca-certificates to cert.pem -ln -sfv ../cert.pem "$1/etc/ssl/certs/ca-certificates.crt" +ln -s ../cert.pem "$1/etc/ssl/certs/ca-certificates.crt" -- cgit v1.2.3