diff options
Diffstat (limited to 'source/xap/audacious/audacious.SlackBuild')
-rwxr-xr-x | source/xap/audacious/audacious.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/xap/audacious/audacious.SlackBuild b/source/xap/audacious/audacious.SlackBuild index 45b5c171..4a651490 100755 --- a/source/xap/audacious/audacious.SlackBuild +++ b/source/xap/audacious/audacious.SlackBuild @@ -22,7 +22,7 @@ PKGNAM=audacious -VERSION=${VERSION:-2.3} +VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j7 "} |