aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatteo Bernardini <ponce@slackbuilds.org>2022-02-27 12:36:20 +0100
committerRobby Workman <rworkman@slackbuilds.org>2022-02-27 22:29:04 -0600
commit90831f17e06942c79a01b39a5dfa78ce76f07716 (patch)
tree30767834802912d9d88c00f4af4cf70ec0d29dc6
parent5c0ee1476ad4c7ec48cc685a6a0e0f493dd93bf3 (diff)
downloadslackbuilds-90831f17e06942c79a01b39a5dfa78ce76f07716.tar.xz
network/spice-gtk: Remove NUMJOBS.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-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 951b6f806099..860576c9f4aa 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 ..