diff options
Diffstat (limited to 'audio/atunes/atunes.SlackBuild')
-rw-r--r-- | audio/atunes/atunes.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/atunes/atunes.SlackBuild b/audio/atunes/atunes.SlackBuild index c31d3460b2394..65c52681d5fe3 100644 --- a/audio/atunes/atunes.SlackBuild +++ b/audio/atunes/atunes.SlackBuild @@ -3,11 +3,12 @@ # Slackware build script for aTunes # Written by Diogo Leal(estranho) - diogo@diogoleal.com +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=atunes VERSION=${VERSION:-3.1.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM |