diff options
author | Dugan Chen <thedoogster [at] gmail [dot] com> | 2015-06-07 21:49:33 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-06-07 21:50:27 +0700 |
commit | bd7d7b15764212566d5c3237e8b4c9b79f5a43c4 (patch) | |
tree | 73556265e9e9a93fb40e4af01827cdaa1a39a9f2 /system/adobe-source-serif-pro-font/adobe-source-serif-pro-font.SlackBuild | |
parent | 70e9d7d9cc3bccc744993c968bce62380c713794 (diff) | |
download | slackbuilds-bd7d7b15764212566d5c3237e8b4c9b79f5a43c4.tar.gz |
system/adobe-source-serif-pro-font: Updated for version 1.017R.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 | 7 |
1 files changed, 3 insertions, 4 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 26577d6356..27b80fc0cf 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 @@ -26,9 +26,8 @@ # Currently maintained by Dugan Chen PRGNAM=adobe-source-serif-pro-font -VERSION=${VERSION:-1.014} -SRC=SourceSerifPro_FontsOnly-${VERSION} -SRCDIR=source-serif-pro-${VERSION}R +VERSION=${VERSION:-1.017R} +SRCDIR=source-serif-pro-${VERSION} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -45,7 +44,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf ${SRCDIR} -unzip $CWD/${SRC}.zip +tar xf $CWD/${VERSION}.tar.gz cd ${SRCDIR} chown -R root:root . find -L . \ |