diff options
Diffstat (limited to 'audio/mp3splt/mp3splt.SlackBuild')
-rw-r--r-- | audio/mp3splt/mp3splt.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/mp3splt/mp3splt.SlackBuild b/audio/mp3splt/mp3splt.SlackBuild index c040c5f8b9260..d8dea21dc18a5 100644 --- a/audio/mp3splt/mp3splt.SlackBuild +++ b/audio/mp3splt/mp3splt.SlackBuild @@ -31,6 +31,8 @@ # 20150107 bkw: # - Updated for v2.6.2 +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=mp3splt VERSION=${VERSION:-2.6.2} BUILD=${BUILD:-1} @@ -44,7 +46,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |