summaryrefslogtreecommitdiffstats
path: root/games/scid/scid.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/scid/scid.SlackBuild')
-rw-r--r--games/scid/scid.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/scid/scid.SlackBuild b/games/scid/scid.SlackBuild
index fc2e9ce9c1..462c1267af 100644
--- a/games/scid/scid.SlackBuild
+++ b/games/scid/scid.SlackBuild
@@ -7,6 +7,8 @@
# Modified by Robby Workman <rworkman@slackbuilds.org>
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=scid
VERSION=${VERSION:-4.3}
BUILD=${BUILD:-1}
@@ -20,7 +22,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}