diff options
author | Dugan Chen <thedoogster [at] gmail [dot] com> | 2015-06-07 21:48:58 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-06-07 21:48:58 +0700 |
commit | 70e9d7d9cc3bccc744993c968bce62380c713794 (patch) | |
tree | 0c6220a99f2147078e288eeba388673d7b6f684f /system/adobe-source-sans-pro-font/adobe-source-sans-pro-font.SlackBuild | |
parent | d84fd1767315b922859e24c6f76e52b68e368577 (diff) | |
download | slackbuilds-70e9d7d9cc3bccc744993c968bce62380c713794.tar.gz |
system/adobe-source-sans-pro-font: Update HOMEPAGE.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/adobe-source-sans-pro-font/adobe-source-sans-pro-font.SlackBuild')
-rw-r--r-- | system/adobe-source-sans-pro-font/adobe-source-sans-pro-font.SlackBuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/system/adobe-source-sans-pro-font/adobe-source-sans-pro-font.SlackBuild b/system/adobe-source-sans-pro-font/adobe-source-sans-pro-font.SlackBuild index dc0ff70105..d2eaff70b0 100644 --- a/system/adobe-source-sans-pro-font/adobe-source-sans-pro-font.SlackBuild +++ b/system/adobe-source-sans-pro-font/adobe-source-sans-pro-font.SlackBuild @@ -27,18 +27,16 @@ PRGNAM=adobe-source-sans-pro-font -# ahem - # The version in the tarball -SRCVERSION=${VERSION:-2.010roman-1.065-italic} +SRCVERSION=${VERSION:-1.065R-it} # The version in the package -VERSION=${PKG_VERSION:-2.010ro1.065it} +VERSION=${PKG_VERSION:-2.010.ro.1.065.it} # The version in the untarred source directory SRC_VERSION=2.010R-ro-1.065R-it -SRC=SourceSansPro_FontsOnly-${SRCVERSION} +SRC=${SRCVERSION}.tar.gz SRCDIR=source-sans-pro-${SRC_VERSION} BUILD=${BUILD:-1} @@ -57,7 +55,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf ${SRCDIR} -unzip $CWD/${SRC}.zip +tar xf $CWD/$SRC cd $SRCDIR chown -R root:root . find -L . \ |