From 61b99f4f91108dd5d69ca1bb7cb66b0e1f9fd8ad Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 7 Oct 2019 16:50:02 +0300 Subject: [PATCH] libressl: remove rm --- core/libressl/build | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/libressl/build b/core/libressl/build index bcae23c1..82aefc18 100755 --- a/core/libressl/build +++ b/core/libressl/build @@ -10,6 +10,3 @@ make make DESTDIR="$1" install install -Dm 755 update-certdata.sh "$1/etc/ssl" - -# Remove majority of man pages (2700 files~). -rm -rf "$1/usr/share/man/man3"