diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-02-15 01:22:13 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-02-15 08:59:45 +0100 |
commit | db49e94cd398f1f14c292f11535891ac1f4e834a (patch) | |
tree | c0592004329b20050c13d70f96f6d435882c8e1c /source/l/fluidsynth | |
parent | 401b2ac2e8dd2e8d5c171c9947444e1271eb0a6b (diff) | |
download | current-db49e94cd398f1f14c292f11535891ac1f4e834a.tar.gz |
Fri Feb 15 01:22:13 UTC 201920190215012213
extra/pure-alsa-system/fluidsynth-1.1.11-x86_64-1_alsa.txz: Upgraded.
Diffstat (limited to 'source/l/fluidsynth')
-rwxr-xr-x | source/l/fluidsynth/fluidsynth.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/l/fluidsynth/fluidsynth.SlackBuild b/source/l/fluidsynth/fluidsynth.SlackBuild index 43f83bb8..75c3f1af 100755 --- a/source/l/fluidsynth/fluidsynth.SlackBuild +++ b/source/l/fluidsynth/fluidsynth.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=fluidsynth VERSION=$(printf ${PKGNAM}-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev) -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} |