summaryrefslogtreecommitdiffstats
path: root/desktop/i3blocks
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/i3blocks')
-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