diff options
-rw-r--r-- | audio/musepack-tools/musepack-tools.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/musepack-tools/musepack-tools.SlackBuild b/audio/musepack-tools/musepack-tools.SlackBuild index fa193995356b..def13583105a 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 .. |