libxcb: remove library documentation

This commit is contained in:
Dylan Araps 2021-07-06 16:49:16 +03:00
parent ba36652d8b
commit 13e79d2d67
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 5 additions and 0 deletions

View File

@ -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"