From 98c08f9c4873177175137a7ec0395e545acd877a Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 6 Jul 2021 13:39:28 +0300 Subject: [PATCH] pkgconf: remove documentation --- extra/pkgconf/build | 3 +++ 1 file changed, 3 insertions(+) diff --git a/extra/pkgconf/build b/extra/pkgconf/build index 503d3a77..1dbf7ad3 100755 --- a/extra/pkgconf/build +++ b/extra/pkgconf/build @@ -8,3 +8,6 @@ make make DESTDIR="$1" install ln -s pkgconf "$1/usr/bin/pkg-config" + +# Remove documentation (README, etc). +rm -rf "$1/usr/share/doc"