summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoost Molenaar2021-07-29 02:34:10 +0200
committerJoost Molenaar2021-07-29 02:34:10 +0200
commitd3ce8c6a02cd76200c82a27d76e023920b21f2a5 (patch)
tree56b1019fb68519aa2494d67bded1cac6b28831a6
parent8363d76638b65481211af2d52d72b5b5cdd15140 (diff)
downloadaur-d3ce8c6a02cd76200c82a27d76e023920b21f2a5.tar.gz
Put runtime files in /run
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dfb12a7f99e9..10158d145641 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 --sysconfdir=/etc --with-systemd=/usr/lib/systemd/system
+ ./configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc --localstatedir=/ --with-systemd=/usr/lib/systemd/system
make
}