From 13e79d2d677fa1bbc5878e08a53a7bcc911bee76 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 6 Jul 2021 16:49:16 +0300 Subject: [PATCH] libxcb: remove library documentation --- xorg/libxcb/build | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/xorg/libxcb/build b/xorg/libxcb/build index d320093b..4d3d41dc 100755 --- a/xorg/libxcb/build +++ b/xorg/libxcb/build @@ -9,3 +9,8 @@ chmod +x configure make make DESTDIR="$1" install + +# Remove library documentation. +# False positive. +# shellcheck disable=2115 +rm -rf "$1/usr/share"