diff options
Diffstat (limited to 'games/ppsspp/ppsspp.SlackBuild')
-rw-r--r-- | games/ppsspp/ppsspp.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/ppsspp/ppsspp.SlackBuild b/games/ppsspp/ppsspp.SlackBuild index add3dbc5845fe..91cb4f342ce27 100644 --- a/games/ppsspp/ppsspp.SlackBuild +++ b/games/ppsspp/ppsspp.SlackBuild @@ -29,6 +29,8 @@ # with. If the Content-Disposition header is honored (e.g. files # downloaded with a web browser), this build failed. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=ppsspp VERSION=${VERSION:-1.10.3} BUILD=${BUILD:-1} @@ -42,7 +44,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |