diff options
Diffstat (limited to 'system/adobe-source-serif-pro-font/adobe-source-serif-pro-font.SlackBuild')
-rw-r--r-- | system/adobe-source-serif-pro-font/adobe-source-serif-pro-font.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/adobe-source-serif-pro-font/adobe-source-serif-pro-font.SlackBuild b/system/adobe-source-serif-pro-font/adobe-source-serif-pro-font.SlackBuild index 98d939be38fe..72d257cfb934 100644 --- a/system/adobe-source-serif-pro-font/adobe-source-serif-pro-font.SlackBuild +++ b/system/adobe-source-serif-pro-font/adobe-source-serif-pro-font.SlackBuild @@ -25,6 +25,8 @@ # # Currently maintained by Dugan Chen +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=adobe-source-serif-pro-font VERSION=${VERSION:-1.017R} SRCDIR=source-serif-pro-${VERSION} @@ -33,7 +35,6 @@ TAG=${TAG:-_SBo} ARCH=noarch -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |