cookutils rev 918
lighttpd/index.cgi, modules/compressor: small improvements.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Jun 08 13:06:04 2017 +0300 (2017-06-08) |
parents | a6107ae4375e |
children | 12738b4bf698 |
files | lighttpd/index.cgi modules/compressor |
line diff
1.1 --- a/lighttpd/index.cgi Wed Jun 07 23:59:29 2017 +0300 1.2 +++ b/lighttpd/index.cgi Thu Jun 08 13:06:04 2017 +0300 1.3 @@ -1072,7 +1072,7 @@ 1.4 /\/share\/devhelp\// { tag("doc", 5); next } 1.5 /\/share\/icons\// { tag("ico", 2); next } 1.6 /\/share\/locale\// { tag("loc", 4); next } 1.7 - /\.h$/ || /\.a$/ || /\.la$/ || /\.pc$/ || /\/bin\/.*-config$/ { tag("dev", 3); next } 1.8 + /\.h$/ || /\.a$/ || /\.la$/ || /\.pc$/ || /\/bin\/.*-config$/ || /\/Makefile.*$/ { tag("dev", 3); next } 1.9 { tag("???", 1) } 1.10 ' > $table 1.11
2.1 --- a/modules/compressor Wed Jun 07 23:59:29 2017 +0300 2.2 +++ b/modules/compressor Thu Jun 08 13:06:04 2017 +0300 2.3 @@ -344,7 +344,7 @@ 2.4 if [ -n "$QA" ]; then 2.5 # Check the rest of errors, warnings and tips 2.6 _ 'QA: Checking %s...' "$(basename $desktop)" 2.7 - diff "$desktop.orig" "$desktop" 2.8 + busybox diff "$desktop.orig" "$desktop" 2.9 desktop-file-validate "$desktop" | busybox fold -s 2.10 echo 2.11 fi