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 | 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 26577d6356df..27b80fc0cf7a 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 . \ |