summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorohattsh2020-07-24 22:17:05 -0400
committerohattsh2020-07-24 22:17:05 -0400
commitde38846041f58cf4eae409e1a987ea2f75c8a116 (patch)
tree48c2c04847f2417457596a28462493987081ec8b /PKGBUILD
parent5ff42f4a58276417a0d16c751a8596071aa46308 (diff)
downloadaur-de38846041f58cf4eae409e1a987ea2f75c8a116.tar.gz
Fix now uneeded escaping
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fdf00fef1ca1..9a3040f982a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -46,6 +46,7 @@ prepare() {
patch -Np1 -i ../faad2-version-check.patch
patch -Np1 -i ../wildmidi-0.4.patch
patch -Np1 -i ../flite_cmu_us_kal.patch
+ find . -type f -name '*glib-gen.mak' -print0 | xargs -0 sed -i 's/\\n\\#include/\\n#include/g'
}
build() {