diff --git a/xorg/fontconfig/build b/xorg/fontconfig/build index 24a1b1f9..3d54626e 100755 --- a/xorg/fontconfig/build +++ b/xorg/fontconfig/build @@ -9,5 +9,8 @@ make make DESTDIR="$1" install -# Remove docs. +# Remove docs and other unneeded files. rm -rf "$1/usr/share/doc" +rm -rf "$1/usr/share/gettext" +rm -rf "$1/usr/share/locale" +rm -rf "$1/usr/share/man/man3"