diff options
Diffstat (limited to 'system/ttf-ancient-fonts/ttf-ancient-fonts.SlackBuild')
-rw-r--r-- | system/ttf-ancient-fonts/ttf-ancient-fonts.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/ttf-ancient-fonts/ttf-ancient-fonts.SlackBuild b/system/ttf-ancient-fonts/ttf-ancient-fonts.SlackBuild index 4a38f07172119..505838a0fef23 100644 --- a/system/ttf-ancient-fonts/ttf-ancient-fonts.SlackBuild +++ b/system/ttf-ancient-fonts/ttf-ancient-fonts.SlackBuild @@ -29,13 +29,14 @@ # presumably included the licenses, so I'm including Debian's copyright # file that asserts these fonts are "free for any use". +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=ttf-ancient-fonts VERSION=${VERSION:-2.60} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} ARCH=noarch -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |