summaryrefslogtreecommitdiffstats
path: root/desktop/menumaker/menumaker.SlackBuild
diff options
context:
space:
mode:
author David Spencer <baildon.research@googlemail.com>2015-08-04 01:48:03 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-01-17 09:40:16 +0700
commitdb90237cc5a2820020d28a32e2dccd5aa8f5cf36 (patch)
tree5e51138c30079af3f89eaac74598a149cc574bfa /desktop/menumaker/menumaker.SlackBuild
parentaa3a0bbd369f511349537f9574623a5b37aa9c55 (diff)
downloadslackbuilds-db90237cc5a2820020d28a32e2dccd5aa8f5cf36.tar.gz
slackbuilds-db90237cc5a2820020d28a32e2dccd5aa8f5cf36.tar.xz
desktop/menumaker: Use -j1 in SlackBuild.
Fixes build failure on -current. Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/menumaker/menumaker.SlackBuild')
-rw-r--r--desktop/menumaker/menumaker.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/menumaker/menumaker.SlackBuild b/desktop/menumaker/menumaker.SlackBuild
index 9080137bc3..a5fb4b02d9 100644
--- a/desktop/menumaker/menumaker.SlackBuild
+++ b/desktop/menumaker/menumaker.SlackBuild
@@ -80,8 +80,8 @@ CXXFLAGS="$SLKCFLAGS" \
--infodir=/usr/info \
--build=$ARCH-slackware-linux
-make
-make install DESTDIR=$PKG
+make -j1
+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