summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author B. Watson2022-01-06 21:48:15 +0100
committer Willy Sudiarto Raharjo2022-01-17 03:03:25 +0100
commit9c0ddbd98b5d84ca7050d364c15a9522fc6fc0ac (patch)
treeb762c0550a642e1606a881626cac72be6c27f8ef /games
parent633dd935f8e29fe9f0ddb7a483e2b79104e7a29d (diff)
downloadslackbuilds-9c0ddbd98b5d84ca7050d364c15a9522fc6fc0ac.tar.gz
games/higan: New template.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/higan/higan.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/higan/higan.SlackBuild b/games/higan/higan.SlackBuild
index 8ec2caf768..78f63a2b83 100644
--- a/games/higan/higan.SlackBuild
+++ b/games/higan/higan.SlackBuild
@@ -55,6 +55,8 @@
# - Add man pages. Note to SBo admins: please don't remove my *.rst man
# page sources!
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=higan
VERSION=${VERSION:-106}
BUILD=${BUILD:-3}
@@ -73,7 +75,6 @@ if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
exit 0
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}