Fix jansson recipe

This commit is contained in:
Jeremy Soller 2019-01-06 16:56:30 -07:00
parent dbe1236704
commit fc6c997e4b
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

View File

@ -32,6 +32,6 @@ function recipe_clean {
function recipe_stage {
dest="$(realpath $1)"
make DESTDIR="$dest" ${MAKEFLAGS} install
make DESTDIR="$dest" install
skip=1
}