From 9a8e5f9ba26b992d8eb5b4adda60f6c1605c532c Mon Sep 17 00:00:00 2001 From: Kevin Kofler Date: Mon, 21 Mar 2016 02:37:39 +0100 Subject: [PATCH] Fix readelf command for debugedit debugging --- qt5-qtwebengine.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt5-qtwebengine.spec b/qt5-qtwebengine.spec index bf838b5..f8e466a 100644 --- a/qt5-qtwebengine.spec +++ b/qt5-qtwebengine.spec @@ -338,7 +338,7 @@ done popd # debug debugedit failure (#304121) -readelf -wl %{buildroot}%{_qt5_libdir}libQt5WebEngineCore.so.5.* +readelf -wl %{buildroot}%{_qt5_libdir}/libQt5WebEngineCore.so.5.* %post -p /sbin/ldconfig %postun -p /sbin/ldconfig