diff options
Diffstat (limited to 'games/syobonaction/syobonaction.SlackBuild')
-rw-r--r-- | games/syobonaction/syobonaction.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/syobonaction/syobonaction.SlackBuild b/games/syobonaction/syobonaction.SlackBuild index 13f655fca510..480569813411 100644 --- a/games/syobonaction/syobonaction.SlackBuild +++ b/games/syobonaction/syobonaction.SlackBuild @@ -9,6 +9,8 @@ # The source is hosted on my server to avoid the JS-laden download page # on codeplex. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=syobonaction VERSION=${VERSION:-0.2} BUILD=${BUILD:-1} @@ -22,7 +24,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |