[arch-commits] Commit in keepalived/trunk (PKGBUILD)

Sébastien Luttringer seblu at archlinux.org
Sat Jul 8 11:51:55 UTC 2017


    Date: Saturday, July 8, 2017 @ 11:51:54
  Author: seblu
Revision: 243329

upgpkg: keepalived 1.3.5-5

- fix FS#53644

Modified:
  keepalived/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-08 11:39:54 UTC (rev 243328)
+++ PKGBUILD	2017-07-08 11:51:54 UTC (rev 243329)
@@ -4,7 +4,7 @@
 
 pkgname=keepalived
 pkgver=1.3.5
-pkgrel=4
+pkgrel=5
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('i686' 'x86_64')
 url='http://www.keepalived.org/'
@@ -24,7 +24,12 @@
   PATH=$PWD:$PATH
 
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --sbindir=/usr/bin \
+    --localstatedir=/var \
+    --runstatedir=/run
   make
 }
 



More information about the arch-commits mailing list