From 8bcb64689068b69f1aa4a1dc71d6b0b34df77ed5 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 20 Jan 2026 10:30:29 -0700 Subject: [PATCH] Fix mdp recipe --- recipes/tui/mdp/recipe.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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