From c357d7bbffd57793205a4804c1d94088316fb3c6 Mon Sep 17 00:00:00 2001 From: Andrew Clemons Date: Mon, 28 Feb 2022 23:13:06 +1300 Subject: development/libbitcoin: Update DOWNLOAD. The github project has been rename, altering the md5sum. The contents of the old and new tarballs are exactly the same. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- development/libbitcoin/libbitcoin.SlackBuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'development/libbitcoin/libbitcoin.SlackBuild') diff --git a/development/libbitcoin/libbitcoin.SlackBuild b/development/libbitcoin/libbitcoin.SlackBuild index b6c898bef9..a33225b9c7 100644 --- a/development/libbitcoin/libbitcoin.SlackBuild +++ b/development/libbitcoin/libbitcoin.SlackBuild @@ -25,6 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=libbitcoin +SRCNAM=libbitcoin-system VERSION=${VERSION:-2.11.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,9 +70,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/v$VERSION.tar.gz -cd $PRGNAM-$VERSION +rm -rf $SRCNAM-$VERSION +tar xvf $CWD/$SRCNAM-$VERSION.tar.gz +cd $SRCNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ -- cgit v1.2.3