diff options
author | David Spencer <baildon.research@googlemail.com> | 2013-11-20 21:34:42 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2013-11-21 10:28:39 +0700 |
commit | abdaa0d3ec289133ad3b5aadac4ebac3fdb728cd (patch) | |
tree | 59d2d75d9851200838442aa04d21ad2da11509b9 /accessibility/espeakup/espeakup.SlackBuild | |
parent | 0553ee25e292fde96ec894159af59384f4772cb1 (diff) | |
download | slackbuilds-abdaa0d3ec289133ad3b5aadac4ebac3fdb728cd.tar.gz |
accessibility/espeakup: Fixed download link.
The new download link is on github, so also changed md5sum
and changed extraction in SlackBuild.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'accessibility/espeakup/espeakup.SlackBuild')
-rw-r--r-- | accessibility/espeakup/espeakup.SlackBuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/accessibility/espeakup/espeakup.SlackBuild b/accessibility/espeakup/espeakup.SlackBuild index 9fbf1d2188..b5c1395e16 100644 --- a/accessibility/espeakup/espeakup.SlackBuild +++ b/accessibility/espeakup/espeakup.SlackBuild @@ -42,7 +42,11 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 +if [ -e $CWD/v$VERSION.tar.gz ]; then + tar xvf $CWD/v$VERSION.tar.gz +else + tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +fi cd $PRGNAM-$VERSION chown -R root:root . find . \ |