diff --git a/core/pkgconf/build b/core/pkgconf/build index 53e7630a..503d3a77 100755 --- a/core/pkgconf/build +++ b/core/pkgconf/build @@ -8,6 +8,3 @@ make make DESTDIR="$1" install ln -s pkgconf "$1/usr/bin/pkg-config" - -# Remove docs. -rm -rf "$1/usr/share/doc"