tazpkg diff modules/list @ rev 837

repack SHORT_DESC workaround
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 16 09:07:44 2015 +0200 (2015-08-16)
parents 2f3580bd8c0c
children a02e36d44d06
line diff
     1.1 --- a/modules/list	Tue Aug 11 01:09:15 2015 +0300
     1.2 +++ b/modules/list	Sun Aug 16 09:07:44 2015 +0200
     1.3 @@ -40,13 +40,13 @@
     1.4  # Translate category names (must be last in line)
     1.5  
     1.6  translate_category() {
     1.7 -	sed "s|base-system$|$(_ base-system)|g; s|x-window$|$(_ x-window)|g;
     1.8 -		s|utilities$|$(_ utilities)|g; s|network$|$(_ network)|g;
     1.9 -		s|graphics$|$(_ graphics)|g; s|multimedia$|$(_ multimedia)|g;
    1.10 -		s|office$|$(_ office)|g; s|development$|$(_ development)|g;
    1.11 -		s|system-tools$|$(_ system-tools)|g; s|security$|$(_ security)|g;
    1.12 -		s|games$|$(_ games)|g; s|misc$|$(_ misc)|g; s|meta$|$(_ meta)|g;
    1.13 -		s|non-free$|$(_ non-free)|g"
    1.14 +	sed "s|base-system$|$(_ base-system)|; s|x-window$|$(_ x-window)|;
    1.15 +		s|utilities$|$(_ utilities)|; s|network$|$(_ network)|;
    1.16 +		s|graphics$|$(_ graphics)|; s|multimedia$|$(_ multimedia)|;
    1.17 +		s|office$|$(_ office)|; s|development$|$(_ development)|;
    1.18 +		s|system-tools$|$(_ system-tools)|; s|security$|$(_ security)|;
    1.19 +		s|games$|$(_ games)|; s|misc$|$(_ misc)|; s|meta$|$(_ meta)|;
    1.20 +		s|non-free$|$(_ non-free)|; s|all$|$(_ all)|; s|extra$|$(_ extra)|"
    1.21  }
    1.22  
    1.23