# HG changeset patch # User Aleksej Bobylev # Date 1496916364 -10800 # Node ID 5f884df71b4409443d907d2a9bc124512b3bc32f # Parent a6107ae4375e97928374b53ad36e6ffc569d57fe lighttpd/index.cgi, modules/compressor: small improvements. diff -r a6107ae4375e -r 5f884df71b44 lighttpd/index.cgi --- a/lighttpd/index.cgi Wed Jun 07 23:59:29 2017 +0300 +++ b/lighttpd/index.cgi Thu Jun 08 13:06:04 2017 +0300 @@ -1072,7 +1072,7 @@ /\/share\/devhelp\// { tag("doc", 5); next } /\/share\/icons\// { tag("ico", 2); next } /\/share\/locale\// { tag("loc", 4); next } - /\.h$/ || /\.a$/ || /\.la$/ || /\.pc$/ || /\/bin\/.*-config$/ { tag("dev", 3); next } + /\.h$/ || /\.a$/ || /\.la$/ || /\.pc$/ || /\/bin\/.*-config$/ || /\/Makefile.*$/ { tag("dev", 3); next } { tag("???", 1) } ' > $table diff -r a6107ae4375e -r 5f884df71b44 modules/compressor --- a/modules/compressor Wed Jun 07 23:59:29 2017 +0300 +++ b/modules/compressor Thu Jun 08 13:06:04 2017 +0300 @@ -344,7 +344,7 @@ if [ -n "$QA" ]; then # Check the rest of errors, warnings and tips _ 'QA: Checking %s...' "$(basename $desktop)" - diff "$desktop.orig" "$desktop" + busybox diff "$desktop.orig" "$desktop" desktop-file-validate "$desktop" | busybox fold -s echo fi