summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b3d0782b7ad6..cd4cf39fb8af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
_pkgname=bird
pkgname=$_pkgname-babel-rtt-git
pkgver=r3826.4c582913
-pkgrel=1
+pkgrel=2
pkgdesc='RIP, OSPF, BGP, MPLS, BFD, Babel routing daemon (with babel-rtt)'
arch=('x86_64')
url='https://github.com/tohojo/bird'
@@ -32,8 +32,8 @@ build() {
--sbindir=/usr/bin \
--sysconfdir=/etc \
--localstatedir=/var \
- --runstatedir=/run/$pkgname \
- --docdir=/usr/share/doc/$pkgname
+ --runstatedir=/run/$_pkgname \
+ --docdir=/usr/share/doc/$_pkgname
make
}