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