diff options
Diffstat (limited to 'games/cpat/cpat.SlackBuild')
-rw-r--r-- | games/cpat/cpat.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/cpat/cpat.SlackBuild b/games/cpat/cpat.SlackBuild index 8398c8ef8a892..5c1159203eccd 100644 --- a/games/cpat/cpat.SlackBuild +++ b/games/cpat/cpat.SlackBuild @@ -2,6 +2,8 @@ # Slackware build script for cpat # Written by Dan-Simon Myrland <dansimon@radiotube.org> +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=cpat VERSION=${VERSION:-1.4.1} 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} |