summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 789abfb12272..96de872f7f4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -181,7 +181,7 @@ prepare()
# Since we want to pull in all 5 libs, we only need to specify schema
#
- ${REINPLACE_CMD} -e '/unicode/d' ${WRKSRC}/distrib/xmlada.gpr
+ ${REINPLACE_CMD} -i -e '/unicode/d' ${WRKSRC}/distrib/xmlada.gpr
}