summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
author Matteo Bernardini2013-11-23 12:00:55 +0100
committer Robby Workman2013-11-24 02:27:57 +0100
commitd313127eaf060e8ab31a903c0efdac797737c568 (patch)
tree6f14cf8bc3be64541e2e24aeb6c60133d3270311 /audio
parent5106dc94102ff221bd04ce4a483ed4b68b629ff7 (diff)
downloadslackbuilds-d313127eaf060e8ab31a903c0efdac797737c568.tar.gz
audio/musepack-tools: Force a single make job.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r--audio/musepack-tools/musepack-tools.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/musepack-tools/musepack-tools.SlackBuild b/audio/musepack-tools/musepack-tools.SlackBuild
index fa19399535..def1358310 100644
--- a/audio/musepack-tools/musepack-tools.SlackBuild
+++ b/audio/musepack-tools/musepack-tools.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
-# Slackware build script for libreplaygain
+# Slackware build script for musepack-tools
# Written by Šime Ramov <s@ramov.com>
PRGNAM=musepack-tools
@@ -61,7 +61,7 @@ cd build
-DCMAKE_INSTALL_PREFIX=/usr \
-DLIB_SUFFIX=$LIBDIRSUFFIX \
-DCMAKE_BUILD_TYPE=Release ..
- make
+ make -j1
make install DESTDIR=$PKG
cd ..