diff options
Diffstat (limited to 'system/univga-font/univga-font.SlackBuild')
-rw-r--r-- | system/univga-font/univga-font.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/univga-font/univga-font.SlackBuild b/system/univga-font/univga-font.SlackBuild index 4e6357ee152b0..584c2b98a67da 100644 --- a/system/univga-font/univga-font.SlackBuild +++ b/system/univga-font/univga-font.SlackBuild @@ -15,6 +15,8 @@ # 20191224 bkw: BUILD=2, xset fp rehash in doinst.sh. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=univga-font VERSION=${VERSION:-20021031} BUILD=${BUILD:-3} @@ -22,7 +24,6 @@ TAG=${TAG:-_SBo} ARCH=noarch -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |