diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-22 17:49:48 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-23 20:10:30 +0700 |
commit | bd0c0592a627608f51ac8eaf5b50c9e25dda9242 (patch) | |
tree | 34bb3fb07249152cdb5671f6e1672cfa1f2cf999 /ham/svxlink/svxlink.SlackBuild | |
parent | de1c64ddefa236316331b78058b2633f4db63ed4 (diff) |
ham/svxlink: Fix github tarball handling.
Drop already applied upstream patch.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'ham/svxlink/svxlink.SlackBuild')
-rw-r--r-- | ham/svxlink/svxlink.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ham/svxlink/svxlink.SlackBuild b/ham/svxlink/svxlink.SlackBuild index d9972ea44f420..8dc2402d42e3b 100644 --- a/ham/svxlink/svxlink.SlackBuild +++ b/ham/svxlink/svxlink.SlackBuild @@ -103,7 +103,7 @@ mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$VERSION.tar.gz || tar xvf $CWD/$PRGNAM-$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 @@ -117,9 +117,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -# From upstream -patch -p2 < $CWD/gcc6.patch - mkdir -p build cd build cmake \ |