summaryrefslogtreecommitdiffstats
path: root/meson-template.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'meson-template.SlackBuild')
-rw-r--r--meson-template.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/meson-template.SlackBuild b/meson-template.SlackBuild
index 841d880..d132576 100644
--- a/meson-template.SlackBuild
+++ b/meson-template.SlackBuild
@@ -48,6 +48,8 @@
#
# |-----------------------------------------------------------------| #
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=appname # replace with name of program
VERSION=${VERSION:-1.4.1} # replace with version of program
BUILD=${BUILD:-1}
@@ -63,7 +65,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo} # For consistency's sake, use this
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp} # Drop the package in /tmp