From 39cfb3320acd8441883e510104e95af1990121a8 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 1 Jul 2021 16:20:12 +0000 Subject: [PATCH] libressl: remove usage of install --- core/libressl/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/libressl/build b/core/libressl/build index efe55abb..80de1bcd 100755 --- a/core/libressl/build +++ b/core/libressl/build @@ -7,4 +7,4 @@ make make DESTDIR="$1" install -install -Dm 755 update-certdata.sh "$1/etc/ssl" +cp -f update-certdata.sh "$1/etc/ssl"