From ffbb689d2dff67e0ecb7ffda0964555d89ee3f36 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 6 Jul 2021 14:47:14 +0300 Subject: [PATCH] libXext: remove library docs --- xorg/libXext/build | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/xorg/libXext/build b/xorg/libXext/build index 6daf22f8..b34493ef 100755 --- a/xorg/libXext/build +++ b/xorg/libXext/build @@ -5,3 +5,8 @@ make make DESTDIR="$1" install + +# Remove library documentation. +# False positive. +# shellcheck disable=2115 +rm -rf "$1/usr/share"