get-scripts diff javajre @ rev 80
libreoffice: fix menu entries (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jun 09 11:40:00 2019 +0200 (2019-06-09) |
parents | 6ca05e6839e1 |
children |
line diff
1.1 --- a/javajre Mon Mar 23 08:59:52 2015 +0100 1.2 +++ b/javajre Sun Jun 09 11:40:00 2019 +0200 1.3 @@ -3,7 +3,7 @@ 1.4 # end of get.list data 1.5 WGET_URL="$(wget -O - "$WEB_SITE" | sed '/Linux rpm/!d;s/.*href="\([^"]*\).*/\1/;q')" 1.6 wget -O - "$WGET_URL" > p.rpm 1.7 -[ -s p.rpm ] || abort_package "Could not download RPM from $WGET_URL. Exiting." 1.8 +[ -s p.rpm ] || abort_package 1.9 1.10 VERSION="$(rpm -qip p.rpm | awk '/Version/ { print $3 }')" 1.11 LICENSE="$(rpm -qip p.rpm | awk '/License/ { print $5 }')"