fix pngcrush invocation

This commit is contained in:
Rex Dieter 2018-12-11 13:27:55 -06:00
parent 884856c6b4
commit abf8d52e3d
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ BuildArch: noarch
%autosetup -p1 -n %{qt_module}-%{version}%{?prerel_tag}
# find/fix pngs with "libpng warning: iCCP: known incorrect sRGB profile"
find -name \*.png | xargs -n3 pngcrush -ow -fix
find -name \*.png | xargs -n1 pngcrush -ow -fix
# ppc64le failed once with
# make[2]: *** No rule to make target 'Source/WebCore/Resources/textAreaResizeCorner.png', needed by 'Source/WebKit/qrc_WebCore.cpp'. Stop.