get-scripts diff bitcoin @ rev 75

Update teamviewer
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 09 13:40:10 2018 +0100 (2018-02-09)
parents 2cb082503ef7
children ebbc906a623e
line diff
     1.1 --- a/bitcoin	Sat Apr 23 22:23:17 2016 +0200
     1.2 +++ b/bitcoin	Fri Feb 09 13:40:10 2018 +0100
     1.3 @@ -23,7 +23,7 @@
     1.4  [ "$1" == "--get-version" ] && echo $VERSION && exit
     1.5  wget --no-check-certificate -O $TARBALL "$WGET_URL"
     1.6  
     1.7 -[ -f $TARBALL ] || abort_package "Could not download $TARBALL from $WGET_URL. Exiting."
     1.8 +[ -f $TARBALL ] || abort_package
     1.9  
    1.10  mkdir -p $PACKAGE-$VERSION/fs/usr/bin
    1.11  busybox tar xf $TARBALL