summaryrefslogtreecommitdiffstats
path: root/graphics/pencil2d/pencil2d.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/pencil2d/pencil2d.SlackBuild')
-rw-r--r--graphics/pencil2d/pencil2d.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/pencil2d/pencil2d.SlackBuild b/graphics/pencil2d/pencil2d.SlackBuild
index 470bfd042f..24ab1acea3 100644
--- a/graphics/pencil2d/pencil2d.SlackBuild
+++ b/graphics/pencil2d/pencil2d.SlackBuild
@@ -3,6 +3,8 @@
#
# Michales (clavisound) Michaloudes korgie@gmail.com <2020>
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=pencil2d
SRCNAM=pencil
VERSION=${VERSION:-0.6.5}
@@ -17,7 +19,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}