diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2022-02-27 12:36:20 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2022-02-27 22:29:04 -0600 |
commit | 90831f17e06942c79a01b39a5dfa78ce76f07716 (patch) | |
tree | 30767834802912d9d88c00f4af4cf70ec0d29dc6 /network | |
parent | 5c0ee1476ad4c7ec48cc685a6a0e0f493dd93bf3 (diff) |
network/spice-gtk: Remove NUMJOBS.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/spice-gtk/spice-gtk.SlackBuild | 2 |
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 .. |