aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-07-24 01:30:35 +0300
committerCem Keylan <cem@ckyln.com>2021-07-24 01:30:35 +0300
commit8bd429eb351cdadc83ce145da08a5875d297bf70 (patch)
tree86957704391d4645d927828c84e2f49b6a89224d
parentabe17489f74e51a0ddc6be16686dc896fb62b09e (diff)
downloadrepository-8bd429eb351cdadc83ce145da08a5875d297bf70.tar.gz
libressl: use clinst
-rwxr-xr-xcore/libressl/build2
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"