From 90831f17e06942c79a01b39a5dfa78ce76f07716 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Sun, 27 Feb 2022 12:36:20 +0100 Subject: [PATCH] network/spice-gtk: Remove NUMJOBS. Signed-off-by: Matteo Bernardini --- network/spice-gtk/spice-gtk.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/spice-gtk/spice-gtk.SlackBuild b/network/spice-gtk/spice-gtk.SlackBuild index 951b6f8060..860576c9f4 100644 --- a/network/spice-gtk/spice-gtk.SlackBuild +++ b/network/spice-gtk/spice-gtk.SlackBuild @@ -107,7 +107,7 @@ meson setup \ -D gtk_doc=enabled \ -D usb-ids-path=/usr/share/hwdata/usb.ids \ .. || exit 1 - "${NINJA:=ninja}" $NUMJOBS || exit 1 + "${NINJA:=ninja}" || exit 1 DESTDIR=$PKG $NINJA install || exit 1 cd ..