summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoost Molenaar2021-07-29 02:32:57 +0200
committerJoost Molenaar2021-07-29 02:32:57 +0200
commit8363d76638b65481211af2d52d72b5b5cdd15140 (patch)
tree45effdd02a4a33b2eb82f3ae58c1e0db52d08767
parentabf5fd4b758329277d0776a30ab1051ab3780c87 (diff)
downloadaur-8363d76638b65481211af2d52d72b5b5cdd15140.tar.gz
Refer to config file in /etc
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7091f20a1973..dfb12a7f99e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ source=("https://github.com/troglobit/mrouted/releases/download/${pkgver}/mroute
build() {
cd $pkgname-$pkgver
- ./configure --prefix=/usr --sbindir=/usr/bin --with-systemd=/usr/lib/systemd/system
+ ./configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc --with-systemd=/usr/lib/systemd/system
make
}