summaryrefslogtreecommitdiffstats
path: root/accessibility/fonts-opendyslexic
diff options
context:
space:
mode:
author Heinz Wiesinger2021-07-04 11:41:06 +0200
committer Willy Sudiarto Raharjo2021-07-05 11:01:32 +0200
commit7f26b9929fe95171f3719de3f601b696a2def263 (patch)
treec695221c62ff155a5a657883822af40538d24f23 /accessibility/fonts-opendyslexic
parente6362e61d4cb76998694df32c864f5ceb3d95d54 (diff)
downloadslackbuilds-7f26b9929fe95171f3719de3f601b696a2def263.tar.gz
All: SlackBuilds run in the directory they are in
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'accessibility/fonts-opendyslexic')
-rw-r--r--accessibility/fonts-opendyslexic/fonts-opendyslexic.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/accessibility/fonts-opendyslexic/fonts-opendyslexic.SlackBuild b/accessibility/fonts-opendyslexic/fonts-opendyslexic.SlackBuild
index e06b86fed5..b6fdd1a5d4 100644
--- a/accessibility/fonts-opendyslexic/fonts-opendyslexic.SlackBuild
+++ b/accessibility/fonts-opendyslexic/fonts-opendyslexic.SlackBuild
@@ -15,6 +15,8 @@
# The Debian package only includes the .otf fonts. That's what I'll do
# by default, but I'll support installing the other types if needed.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=fonts-opendyslexic
VERSION=${VERSION:-20160623}
BUILD=${BUILD:-1}
@@ -24,7 +26,6 @@ SRCDIR=open-dyslexic-$VERSION-Stable
ARCH=noarch
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}