summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author David Spencer <idlemoor@slackbuilds.org>2016-01-12 22:54:03 +0000
committer Robby Workman <rworkman@slackbuilds.org>2016-01-12 21:57:56 -0600
commitd059665a8ec13826dae432568021584dc49c8e51 (patch)
tree060c7671fce9341c22657dd0890da5d7e08da296
parentbf2d92806c8e95601254717d4fa055bce3aca105 (diff)
downloadslackbuilds-d059665a8ec13826dae432568021584dc49c8e51.tar.gz
slackbuilds-d059665a8ec13826dae432568021584dc49c8e51.tar.xz
ham/svxlink: Support alternate tarball name.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--ham/svxlink/svxlink.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/ham/svxlink/svxlink.SlackBuild b/ham/svxlink/svxlink.SlackBuild
index 044db7c50f..0e9827facc 100644
--- a/ham/svxlink/svxlink.SlackBuild
+++ b/ham/svxlink/svxlink.SlackBuild
@@ -93,7 +93,7 @@ mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$VERSION.tar.gz
+tar xvf $CWD/$VERSION.tar.gz || tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
# the Github download unpacks several directories, we only need src
# We will download a larger file but I think it's better this way