From 316d2ff658c96d6808b3a8e3c41fb3cbb8addb35 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 19 Aug 2019 00:42:44 +0000 Subject: [PATCH] fontconfig: remove unneded files --- xorg/fontconfig/build | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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"