Merge pull request #53 from ids1024/grepfix

Hopefully fix grep build
This commit is contained in:
Jeremy Soller 2017-07-24 18:30:03 -06:00 committed by GitHub
commit 2597d4f69c

View File

@ -14,7 +14,7 @@ function recipe_update {
}
function recipe_build {
rm -f build-aux/missing
autoreconf
./configure --host=${HOST} --prefix=/
make
skip=1