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