diff options
author | David Spencer <baildon.research@googlemail.com> | 2013-11-19 22:02:49 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2013-11-20 05:42:03 +0700 |
commit | e0001f256bd636759703b0abaed9ca003cba789a (patch) | |
tree | 0fcf0c1a33e2f802bfcb3b33472728e0d877c767 /audio | |
parent | 90d6de13890576fcac6122eb2eaece0b7fc677ec (diff) | |
download | slackbuilds-e0001f256bd636759703b0abaed9ca003cba789a.tar.gz |
audio/swami: Forced use of -j1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/swami/swami.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/swami/swami.SlackBuild b/audio/swami/swami.SlackBuild index 0dd0b57e5b..ade1842e47 100644 --- a/audio/swami/swami.SlackBuild +++ b/audio/swami/swami.SlackBuild @@ -63,8 +63,8 @@ CXXFLAGS="$SLKCFLAGS" \ --mandir=/usr/man \ --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 |