From 6ffa8511e538c300d3f5975933af9fda9e401ffc Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Tue, 8 Feb 2022 19:17:43 +0100 Subject: desktop/i3blocks: Force a single job during "make install". Signed-off-by: Matteo Bernardini Signed-off-by: Willy Sudiarto Raharjo --- desktop/i3blocks/i3blocks.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/i3blocks') 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 -- cgit v1.2.3