Add a case for lynx in packInstall.sh.porg
This commit is contained in:
parent
b86dfaf1c0
commit
3b4399c962
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ extract_version() {
|
|||
local VERSION
|
||||
|
||||
case $1 in
|
||||
expect*|tcl*|tk*|mozjs*)
|
||||
expect*|tcl*|tk*|mozjs*|lynx*)
|
||||
VERSION=$(echo $1 | sed 's/^[^0-9]*//')
|
||||
;;
|
||||
vim*|unzip*|zip*)
|
||||
|
|
Reference in a new issue