From e204f9499db74b86fedf54b9be024899a4915392 Mon Sep 17 00:00:00 2001
From: Ian Douglas Scott <ian@iandouglasscott.com>
Date: Mon, 24 Jul 2017 17:15:36 -0700
Subject: [PATCH] Hopefully fix grep build

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

diff --git a/recipes/gnu-grep/recipe.sh b/recipes/gnu-grep/recipe.sh
index 8a698b758..938b18124 100644
--- a/recipes/gnu-grep/recipe.sh
+++ b/recipes/gnu-grep/recipe.sh
@@ -14,7 +14,7 @@ function recipe_update {
 }
 
 function recipe_build {
-    rm -f build-aux/missing
+    autoreconf
     ./configure --host=${HOST} --prefix=/
     make
     skip=1
-- 
GitLab