mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
ham/svxlink: Support alternate tarball name.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
bf2d92806c
commit
d059665a8e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue