get-scripts diff teamviewer @ rev 66

flash-plugin: update wget_url
author Richard Dunbar <mojo@slitaz.org>
date Fri Feb 10 19:09:09 2017 -0500 (2017-02-10)
parents 2cdf3e534506
children a5139b147553
line diff
     1.1 --- a/teamviewer	Sat Apr 23 13:31:41 2016 +0200
     1.2 +++ b/teamviewer	Fri Feb 10 19:09:09 2017 -0500
     1.3 @@ -9,7 +9,7 @@
     1.4  TARBALL="$(basename $WGET_URL)"
     1.5  wget --no-check-certificate -O $TARBALL $WGET_URL
     1.6  
     1.7 -[ -f $TARBALL ] || abort_package "Could not download $TARBALL. Exiting."
     1.8 +[ -f $TARBALL ] || abort_package
     1.9  
    1.10  mkdir $PACKAGE
    1.11  dpkg-deb -e $TARBALL $PACKAGE/meta
    1.12 @@ -38,8 +38,5 @@
    1.13  	$(find opt -type f | grep /$PACKAGE$)
    1.14  mkdir -p etc/init.d
    1.15  ln -s /$(find opt | grep /teamviewerd$) etc/init.d/teamviewerd
    1.16 -cd ../..
    1.17  
    1.18  # Web viewer (needs flash): https://go.teamviewer.com/v${VERSION%%.*}/
    1.19 -
    1.20 -cd $tmp_dir