summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoost Molenaar2021-08-05 22:12:51 +0200
committerJoost Molenaar2021-08-05 22:12:51 +0200
commitfa591d6b2eb812959feeb5ef50fcc27dec36bc0f (patch)
tree9068970a44983e092e70d4dc2012d5858813e3d8 /PKGBUILD
parentb6e9f7717969b6d5e0e5063735c91aec53f2348d (diff)
downloadaur-fa591d6b2eb812959feeb5ef50fcc27dec36bc0f.tar.gz
Fix double slash in runstatedir
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6bbc98d7eeb9..602d70241b80 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 --localstatedir=/ --with-systemd=/usr/lib/systemd/system
+ ./configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc --runstatedir=/run --with-systemd=/usr/lib/systemd/system
make
}