diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2016-01-30 14:05:46 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-02-05 07:02:36 +0700 |
commit | 373945ed3994a74edd460b49480aa1262ef185c5 (patch) | |
tree | 1439da628a63f711abf6dce6db412906dc9e9d40 /system/adobe-source-serif-pro-font | |
parent | 0aeb999510e16f4a59bb4a0f3107f6a06a6123f2 (diff) | |
download | slackbuilds-373945ed3994a74edd460b49480aa1262ef185c5.tar.gz |
system/adobe-source-serif-pro-font: Support alternate tarball name.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/adobe-source-serif-pro-font')
-rw-r--r-- | system/adobe-source-serif-pro-font/adobe-source-serif-pro-font.SlackBuild | 2 |
1 files changed, 1 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 27b80fc0cf..62773d97f7 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 @@ -44,7 +44,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf ${SRCDIR} -tar xf $CWD/${VERSION}.tar.gz +tar xvf $CWD/${VERSION}.tar.gz || tar xvf $CWD/${SRCDIR}.tar.gz cd ${SRCDIR} chown -R root:root . find -L . \ |