summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorideal2018-12-17 11:23:43 +0800
committerideal2018-12-17 11:23:43 +0800
commit684d5be8b0a7525d88e7d658a2738e0617e112d0 (patch)
tree4b6d4ffdd29ac0666c9655b968a47ed5fa7f7976
parent274fb50192968682b5eb96672c92ac1e1760aa00 (diff)
downloadaur-684d5be8b0a7525d88e7d658a2738e0617e112d0.tar.gz
fix bad character
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f1855e7c5a2a..de0d79ddf085 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -35,7 +35,7 @@ build() {
--sysconfdir=/etc \
--localstatedir=/var \
--libdir=/usr/lib/"${_gitname}" \
- --libexecdir=/usr/lib/"{${_gitname}" \
+ --libexecdir=/usr/lib/"${_gitname}" \
--with-python3 \
--enable-pie \
--disable-docs \