diff options
Diffstat (limited to 'system/ttf-console-fonts/ttf-console-fonts.SlackBuild')
-rw-r--r-- | system/ttf-console-fonts/ttf-console-fonts.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/ttf-console-fonts/ttf-console-fonts.SlackBuild b/system/ttf-console-fonts/ttf-console-fonts.SlackBuild index d519d0f0dd996..4a60576273925 100644 --- a/system/ttf-console-fonts/ttf-console-fonts.SlackBuild +++ b/system/ttf-console-fonts/ttf-console-fonts.SlackBuild @@ -6,6 +6,8 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=ttf-console-fonts VERSION=${VERSION:-20170403_abc5771} BUILD=${BUILD:-1} @@ -13,7 +15,6 @@ TAG=${TAG:-_SBo} ARCH=noarch -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |