diff --git a/recipes/tui/mdp/recipe.toml b/recipes/tui/mdp/recipe.toml index ca3be43a..07cbe1a1 100644 --- a/recipes/tui/mdp/recipe.toml +++ b/recipes/tui/mdp/recipe.toml @@ -12,8 +12,8 @@ rsync -av --delete --exclude='.git' "${COOKBOOK_SOURCE}/" ./ export CFLAGS="${CFLAGS} -I${COOKBOOK_SYSROOT}/include/ncursesw" -"${COOKBOOK_MAKE}" -j"$(${NPROC})" +"${COOKBOOK_MAKE}" -j"${COOKBOOK_MAKE_JOBS}" # Install -"${REDOX_MAKE}" DESTDIR="${COOKBOOK_STAGE}" PREFIX="" install +"${COOKBOOK_MAKE}" DESTDIR="${COOKBOOK_STAGE}" PREFIX="" install """ \ No newline at end of file