From fc6c997e4ba7ff6a8e15c9bc4aeb202815287745 Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jeremy@system76.com> Date: Sun, 6 Jan 2019 16:56:30 -0700 Subject: [PATCH] Fix jansson recipe --- recipes/jansson/recipe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/jansson/recipe.sh b/recipes/jansson/recipe.sh index b40c99066..82799a01c 100644 --- a/recipes/jansson/recipe.sh +++ b/recipes/jansson/recipe.sh @@ -32,6 +32,6 @@ function recipe_clean { function recipe_stage { dest="$(realpath $1)" - make DESTDIR="$dest" ${MAKEFLAGS} install + make DESTDIR="$dest" install skip=1 } -- GitLab