diff options
Diffstat (limited to 'system/tamsyn-font/tamsyn-font.SlackBuild')
-rw-r--r-- | system/tamsyn-font/tamsyn-font.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/tamsyn-font/tamsyn-font.SlackBuild b/system/tamsyn-font/tamsyn-font.SlackBuild index f51e3ff47ee10..517f8b61ff2bb 100644 --- a/system/tamsyn-font/tamsyn-font.SlackBuild +++ b/system/tamsyn-font/tamsyn-font.SlackBuild @@ -7,13 +7,14 @@ # Redistribution and use with or without modification are permitted. # There is ABSOLUTELY NO WARRANTY, express or implied. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=tamsyn-font VERSION=${VERSION:-1.11} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} ARCH=${ARCH:-noarch} -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM |