summaryrefslogtreecommitdiffstats
path: root/academic
diff options
context:
space:
mode:
author Matteo Bernardini2017-07-28 14:29:13 +0200
committer Willy Sudiarto Raharjo2017-07-29 12:50:23 +0200
commit3297a4ce5684fc252df4372260bb5e1f96e61bdb (patch)
tree9b62e934d64823aa458d2ea9f14dcde6383e4d35 /academic
parenta6a1f2bd90c85974fce4f552b4a50a9c90e2dd6b (diff)
downloadslackbuilds-3297a4ce5684fc252df4372260bb5e1f96e61bdb.tar.gz
academic/tophat: Force a single make job.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r--academic/tophat/tophat.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/academic/tophat/tophat.SlackBuild b/academic/tophat/tophat.SlackBuild
index 4254c78d6c..e579ff1e9a 100644
--- a/academic/tophat/tophat.SlackBuild
+++ b/academic/tophat/tophat.SlackBuild
@@ -80,7 +80,7 @@ CXXFLAGS="$SLKCFLAGS" \
--mandir=/usr/man \
--build=$ARCH-slackware-linux
-make
+make -j1
make install DESTDIR=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \