summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author David Spencer2016-01-09 22:10:29 +0100
committer Robby Workman2016-01-11 04:34:39 +0100
commit56c9d76b7fc2da0bb29a52f31c876be04358b0cc (patch)
treef1da56fd06aecbd833292571a765361222f1f9cf
parent0aa85e0e63ce8da0bf294e543d158117c681a39e (diff)
downloadslackbuilds-56c9d76b7fc2da0bb29a52f31c876be04358b0cc.tar.gz
audio/luppp: Support alternate tarball name.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--audio/luppp/luppp.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/luppp/luppp.SlackBuild b/audio/luppp/luppp.SlackBuild
index cab8dbf935..8f5f92e57c 100644
--- a/audio/luppp/luppp.SlackBuild
+++ b/audio/luppp/luppp.SlackBuild
@@ -48,7 +48,8 @@ cd $TMP
rm -rf $PRGNAM-$VERSION
mkdir $PRGNAM-$VERSION
-tar xvf $CWD/release-$VERSION.tar.gz -C $PRGNAM-$VERSION --strip-components 1
+tar xvf $CWD/release-$VERSION.tar.gz -C $PRGNAM-$VERSION --strip-components 1 \
+ || tar xvf $CWD/openAV-Luppp-release-$VERSION.tar.gz -C $PRGNAM-$VERSION --strip-components 1
cd $PRGNAM-$VERSION
chown -R root:root .