From f5f66c4fca19898221b997073b4909c4192cd5f9 Mon Sep 17 00:00:00 2001 From: git-bruh Date: Thu, 16 Feb 2023 12:42:11 +0530 Subject: [PATCH] openssl: remove empty /etc/ssl/certs directory --- core/openssl/build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/openssl/build b/core/openssl/build index 494a4cea..64bc059c 100755 --- a/core/openssl/build +++ b/core/openssl/build @@ -7,3 +7,5 @@ make DESTDIR="$1" \ install_sw \ install_ssldirs \ install_man_docs + +rmdir "$1/etc/ssl/certs"