aboutsummaryrefslogtreecommitdiff
path: root/games/KoboDeluxe/KoboDeluxe.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/KoboDeluxe/KoboDeluxe.SlackBuild')
-rw-r--r--games/KoboDeluxe/KoboDeluxe.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/KoboDeluxe/KoboDeluxe.SlackBuild b/games/KoboDeluxe/KoboDeluxe.SlackBuild
index f052368ef701..cebbc2a5e706 100644
--- a/games/KoboDeluxe/KoboDeluxe.SlackBuild
+++ b/games/KoboDeluxe/KoboDeluxe.SlackBuild
@@ -18,6 +18,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=KoboDeluxe
VERSION=${VERSION:-0.5.1}
BUILD=${BUILD:-1}
@@ -31,7 +33,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}