From d57b583932c099f896359f9d9eb79b315bea5327 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jeremy@system76.com>
Date: Tue, 16 Jul 2019 17:21:08 -0600
Subject: [PATCH] Remove libtool files from fontconfig

---
 recipes/fontconfig/recipe.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes/fontconfig/recipe.sh b/recipes/fontconfig/recipe.sh
index 8f29e0fb6..eba97cc83 100755
--- a/recipes/fontconfig/recipe.sh
+++ b/recipes/fontconfig/recipe.sh
@@ -39,8 +39,8 @@ function recipe_clean {
 }
 
 function recipe_stage {
-	echo "skipping stage"
 	dest="$(realpath $1)"
 	make DESTDIR="$dest" install
+	rm -f "$dest/lib/"*.la
 	skip=1
 }
-- 
GitLab