tazpkg rev 917

pkgs.cgi: search in extra packages (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 02 09:09:28 2016 +0200 (2016-08-02)
parents 07ef2e1b4273
children c775f6256b40
files tazpanel/pkgs.cgi
line diff
     1.1 --- a/tazpanel/pkgs.cgi	Mon Aug 01 16:25:14 2016 +0200
     1.2 +++ b/tazpanel/pkgs.cgi	Tue Aug 02 09:09:28 2016 +0200
     1.3 @@ -240,7 +240,7 @@
     1.4  # We need packages information for list and search
     1.5  
     1.6  parse_extra() {
     1.7 -	IFS=$'\t'
     1.8 +	IFS=$'|'
     1.9  	while read PACKAGE SHORT_DESC WEB_SITE CATEGORY VERSION LICENSE; do
    1.10  		i18n_desc "$PACKAGE"
    1.11  		cat <<EOT