summaryrefslogtreecommitdiffstats
path: root/system/freefont/freefont.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/freefont/freefont.SlackBuild')
-rw-r--r--system/freefont/freefont.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/freefont/freefont.SlackBuild b/system/freefont/freefont.SlackBuild
index d31969186a..40ce7851d3 100644
--- a/system/freefont/freefont.SlackBuild
+++ b/system/freefont/freefont.SlackBuild
@@ -25,13 +25,14 @@
# Originally written by Dugan Chen (dugan [underscore] c [at] fastmail [dot] fm)
# Modified by SlackBuilds.org
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=freefont
VERSION=${VERSION:-20120503}
ARCH=noarch
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}