summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavide Depau2019-05-02 00:20:06 +0200
committerDavide Depau2019-05-02 00:20:06 +0200
commitf8c3fb86b7bd0241c47f3be26d1d801419cb9e33 (patch)
tree3b5ee120dcfc59472f58ccd7634ee7469d9c090c
parent16da958f66a034aec7dc966c48e84e8dffc4cae4 (diff)
downloadaur-f8c3fb86b7bd0241c47f3be26d1d801419cb9e33.tar.gz
Add --sysconfdir to configure command
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6423cc5f0511..f8924cde4de0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,7 +31,7 @@ pkgver() {
build() {
cd $_pkgname
- ./configure --enable-notifications --enable-completions --prefix=/usr
+ ./configure --enable-notifications --enable-completions --prefix=/usr --sysconfdir=/etc
make COMPLETIONS=1 NOTIFICATIONS=1 PREFIX=/usr
}