get-scripts diff jd-gui @ rev 64
flash-plugin: update for new npapi plugin
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Tue Dec 20 01:22:13 2016 -0500 (2016-12-20) |
parents | 2cdf3e534506 |
children |
line diff
1.1 --- a/jd-gui Sat Apr 23 13:31:41 2016 +0200 1.2 +++ b/jd-gui Tue Dec 20 01:22:13 2016 -0500 1.3 @@ -5,7 +5,7 @@ 1.4 TARBALL="$(basename $WGET_URL)" 1.5 1.6 wget -O $TARBALL $WGET_URL 1.7 -[ -f $TARBALL ] || abort_package "Could not download $TARBALL from $URL. Exiting." 1.8 +[ -f $TARBALL ] || abort_package 1.9 1.10 tar xzf $TARBALL 1.11 VERSION="$(echo $TARBALL | sed 's/.*-\(.*\).linux.*/\1/')"