Skip to content
Snippets Groups Projects
Commit 2597d4f6 authored by Jeremy Soller's avatar Jeremy Soller Committed by GitHub
Browse files

Merge pull request #53 from ids1024/grepfix

Hopefully fix grep build
parents a9b28001 e204f949
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ function recipe_update { ...@@ -14,7 +14,7 @@ function recipe_update {
} }
function recipe_build { function recipe_build {
rm -f build-aux/missing autoreconf
./configure --host=${HOST} --prefix=/ ./configure --host=${HOST} --prefix=/
make make
skip=1 skip=1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment