diff options
Diffstat (limited to 'audio/sfarkxtc/sfarkxtc.SlackBuild')
-rw-r--r-- | audio/sfarkxtc/sfarkxtc.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/sfarkxtc/sfarkxtc.SlackBuild b/audio/sfarkxtc/sfarkxtc.SlackBuild index 22fb892f35dd0..9aff239a56411 100644 --- a/audio/sfarkxtc/sfarkxtc.SlackBuild +++ b/audio/sfarkxtc/sfarkxtc.SlackBuild @@ -2,6 +2,8 @@ # Slackware build script for sfarkxtc +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=sfarkxtc VERSION=${VERSION:-20070326} BUILD=${BUILD:-1} @@ -15,7 +17,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |