diff options
Diffstat (limited to 'games/pom1')
-rw-r--r-- | games/pom1/pom1.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/pom1/pom1.SlackBuild b/games/pom1/pom1.SlackBuild index 15f3300d2b..737ca33222 100644 --- a/games/pom1/pom1.SlackBuild +++ b/games/pom1/pom1.SlackBuild @@ -7,6 +7,8 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ # for details. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=pom1 VERSION=${VERSION:-1.0.0} 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} |