diff options
Diffstat (limited to 'games/chroma/chroma.SlackBuild')
-rw-r--r-- | games/chroma/chroma.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/chroma/chroma.SlackBuild b/games/chroma/chroma.SlackBuild index 1f9c281e43c6..a24b20cef94b 100644 --- a/games/chroma/chroma.SlackBuild +++ b/games/chroma/chroma.SlackBuild @@ -4,6 +4,8 @@ # Written by Larry Hajali <larryhaja[at]gmail[dot]com> +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=chroma VERSION=${VERSION:-1.15} BUILD=${BUILD:-1} @@ -17,7 +19,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |