diff options
Diffstat (limited to 'python/cocos2d/cocos2d.SlackBuild')
-rw-r--r-- | python/cocos2d/cocos2d.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/cocos2d/cocos2d.SlackBuild b/python/cocos2d/cocos2d.SlackBuild index e73b27e6d81a5..3b9f60de14cb4 100644 --- a/python/cocos2d/cocos2d.SlackBuild +++ b/python/cocos2d/cocos2d.SlackBuild @@ -8,6 +8,8 @@ # notice and this notice are preserved. This file is offered as-is, # without any warranty. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=cocos2d SRCNAM=cocos VERSION=${VERSION:-0.6.7} @@ -24,7 +26,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |