get-scripts diff kiwix @ rev 79

libreoffice: fix menu entries
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jun 09 11:04:15 2019 +0200 (2019-06-09)
parents b24160a193be
children
line diff
     1.1 --- a/kiwix	Wed Mar 22 08:48:56 2017 +0100
     1.2 +++ b/kiwix	Sun Jun 09 11:04:15 2019 +0200
     1.3 @@ -1,10 +1,10 @@
     1.4  SHORT_DESC="You will have the whole Wikipedia at hand wherever you go!"
     1.5 -WEBSITE="http://www.kiwix.org/wiki"
     1.6 +WEB_SITE="http://www.kiwix.org/wiki"
     1.7  CATEGORY="office"
     1.8  LICENSE="GPL3"
     1.9  # end of get.list data
    1.10  
    1.11 -WGET_URL="$(wget -O - $WEBSITE/Software/en | sed '/686/!d;s/.*href="\([^"]*\).*/\1/;q')"
    1.12 +WGET_URL="$(wget -O - $WEB_SITE/Software/en | sed '/686/!d;s/.*href="\([^"]*\).*/\1/;q')"
    1.13  TARBALL="$(basename $WGET_URL)"
    1.14  
    1.15  wget -O $TARBALL $WGET_URL