summaryrefslogtreecommitdiffstats
path: root/network/spice-gtk
diff options
context:
space:
mode:
author Matteo Bernardini2022-02-27 12:36:20 +0100
committer Robby Workman2022-02-28 05:29:04 +0100
commit90831f17e06942c79a01b39a5dfa78ce76f07716 (patch)
tree30767834802912d9d88c00f4af4cf70ec0d29dc6 /network/spice-gtk
parent5c0ee1476ad4c7ec48cc685a6a0e0f493dd93bf3 (diff)
downloadslackbuilds-90831f17e06942c79a01b39a5dfa78ce76f07716.tar.gz
network/spice-gtk: Remove NUMJOBS.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/spice-gtk')
-rw-r--r--network/spice-gtk/spice-gtk.SlackBuild2
1 files changed, 1 insertions, 1 deletions
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 ..