diff options
author | David Spencer | 2015-08-04 02:48:03 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo | 2016-01-17 03:40:16 +0100 |
commit | db90237cc5a2820020d28a32e2dccd5aa8f5cf36 (patch) | |
tree | 5e51138c30079af3f89eaac74598a149cc574bfa /desktop/menumaker | |
parent | aa3a0bbd369f511349537f9574623a5b37aa9c55 (diff) | |
download | slackbuilds-db90237cc5a2820020d28a32e2dccd5aa8f5cf36.tar.gz |
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')
-rw-r--r-- | desktop/menumaker/menumaker.SlackBuild | 4 |
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 |