From cb2754a5c8d36a1727e1026e552405d02e12ab91 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 6 Jul 2021 14:29:26 +0300 Subject: [PATCH] libressl: remove library documentation --- core/libressl/build | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/libressl/build b/core/libressl/build index 80de1bcd..a8558418 100755 --- a/core/libressl/build +++ b/core/libressl/build @@ -8,3 +8,6 @@ make make DESTDIR="$1" install cp -f update-certdata.sh "$1/etc/ssl" + +# Remove library documentation. +rm -rf "$1/usr/share/man/man3"