From 855dc1312cf658d9487801f5de50c21489dbe3fc Mon Sep 17 00:00:00 2001 From: Kevin Kofler Date: Tue, 22 Mar 2016 19:34:11 +0100 Subject: [PATCH] Fix -g1 workaround I was missing the -i flag to sed. --- qt5-qtwebengine.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt5-qtwebengine.spec b/qt5-qtwebengine.spec index bcfc58f..52d13c5 100644 --- a/qt5-qtwebengine.spec +++ b/qt5-qtwebengine.spec @@ -305,7 +305,7 @@ sed -i -e 's!\./!!g' \ %ifnarch x86_64 # most arches run out of memory with full debuginfo, so use -g1 on non-x86_64 -sed -e 's/=-g$/=-g1/g' src/core/gyp_run.pro +sed -i -e 's/=-g$/=-g1/g' src/core/gyp_run.pro %endif %build