summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcharlie52015-07-26 02:43:40 +1000
committercharlie52015-07-26 02:43:40 +1000
commit06769c5d8e2018a0893c886a01b6885d93fde684 (patch)
tree275c516f26d94a08746a525146584a00ccb2d088
parent26b864223c6845cb23f3635be6e2122c82efc52d (diff)
downloadaur-06769c5d8e2018a0893c886a01b6885d93fde684.tar.gz
Corrected in-place sed on xmlada.gpr.
-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
}