Hopefully fix grep build

This commit is contained in:
Ian Douglas Scott 2017-07-24 17:15:36 -07:00
parent a9b280019c
commit e204f9499d
No known key found for this signature in database
GPG Key ID: 4924E10E199B5959

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