From d313127eaf060e8ab31a903c0efdac797737c568 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Sat, 23 Nov 2013 12:00:55 +0100 Subject: audio/musepack-tools: Force a single make job. Signed-off-by: Matteo Bernardini --- audio/musepack-tools/musepack-tools.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio') 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 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 .. -- cgit v1.2.3