summaryrefslogtreecommitdiff
path: root/extra/qt5-webengine/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/qt5-webengine/PKGBUILD')
-rw-r--r--extra/qt5-webengine/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/qt5-webengine/PKGBUILD b/extra/qt5-webengine/PKGBUILD
index 308f4402..bcca43b5 100644
--- a/extra/qt5-webengine/PKGBUILD
+++ b/extra/qt5-webengine/PKGBUILD
@@ -12,7 +12,7 @@ eval "$(
eval "$(
declare -f build | \
sed '
- /qmake/ a find . -name Makefile -exec sed -i 's@-pipe@@g' {} \;
+ /qmake/ a find . -name Makefile -exec sed -i "s@-pipe@@g" {} \\;
'
)"