diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-24 01:30:35 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-24 01:30:35 +0300 |
commit | 8bd429eb351cdadc83ce145da08a5875d297bf70 (patch) | |
tree | 86957704391d4645d927828c84e2f49b6a89224d /core/libressl | |
parent | abe17489f74e51a0ddc6be16686dc896fb62b09e (diff) | |
download | repository-8bd429eb351cdadc83ce145da08a5875d297bf70.tar.gz |
libressl: use clinst
Diffstat (limited to 'core/libressl')
-rwxr-xr-x | core/libressl/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/libressl/build b/core/libressl/build index 86ade623..a550be7c 100755 --- a/core/libressl/build +++ b/core/libressl/build @@ -7,7 +7,7 @@ make make DESTDIR="$1" install -install -Dm 755 update-certdata.sh "$1/etc/ssl" +clinst -Dm 755 update-certdata.sh "$1/etc/ssl" # Link ca-certificates to cert.pem ln -sfv ../cert.pem "$1/etc/ssl/certs/ca-certificates.crt" |