Add a case for lynx in packInstall.sh.porg

This commit is contained in:
Pierre Labastie 2018-09-04 10:06:09 +00:00
parent b86dfaf1c0
commit 3b4399c962

View file

@ -9,7 +9,7 @@ extract_version() {
local VERSION local VERSION
case $1 in case $1 in
expect*|tcl*|tk*|mozjs*) expect*|tcl*|tk*|mozjs*|lynx*)
VERSION=$(echo $1 | sed 's/^[^0-9]*//') VERSION=$(echo $1 | sed 's/^[^0-9]*//')
;; ;;
vim*|unzip*|zip*) vim*|unzip*|zip*)