From abf8d52e3dd7a665c8181cd7c6cfe056c3c189ee Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 11 Dec 2018 13:27:55 -0600 Subject: [PATCH] fix pngcrush invocation --- qt5-qtwebkit.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt5-qtwebkit.spec b/qt5-qtwebkit.spec index 93bc867..f70eec5 100644 --- a/qt5-qtwebkit.spec +++ b/qt5-qtwebkit.spec @@ -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.