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