summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author Matteo Bernardini2022-02-08 19:17:43 +0100
committer Willy Sudiarto Raharjo2022-02-09 03:36:01 +0100
commit6ffa8511e538c300d3f5975933af9fda9e401ffc (patch)
tree9c6716f934e2569e2a4f41dc3b6974f7568c9e5f /desktop
parent2afc966084fd74207b8bdc1424823d9c5d0f5b08 (diff)
downloadslackbuilds-6ffa8511e538c300d3f5975933af9fda9e401ffc.tar.gz
desktop/i3blocks: Force a single job during "make install".
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/i3blocks/i3blocks.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/i3blocks/i3blocks.SlackBuild b/desktop/i3blocks/i3blocks.SlackBuild
index ec94e176e1..d9bb24d551 100644
--- a/desktop/i3blocks/i3blocks.SlackBuild
+++ b/desktop/i3blocks/i3blocks.SlackBuild
@@ -93,7 +93,7 @@ CXXFLAGS="$SLKCFLAGS" \
--build=$ARCH-slackware-linux
make
-make install DESTDIR=$PKG
+make -j1 install DESTDIR=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true