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"