diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2022-02-08 19:17:43 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-09 09:36:01 +0700 |
commit | 6ffa8511e538c300d3f5975933af9fda9e401ffc (patch) | |
tree | 9c6716f934e2569e2a4f41dc3b6974f7568c9e5f /desktop/i3blocks | |
parent | 2afc966084fd74207b8bdc1424823d9c5d0f5b08 (diff) |
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/i3blocks')
-rw-r--r-- | desktop/i3blocks/i3blocks.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/i3blocks/i3blocks.SlackBuild b/desktop/i3blocks/i3blocks.SlackBuild index ec94e176e1fa..d9bb24d551a2 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 |