summaryrefslogtreecommitdiff
path: root/pcr/ha-glue
diff options
context:
space:
mode:
authorMárcio Alexandre Silva Delgado <coadde@lavabit.com>2013-05-13 01:53:45 -0300
committerMárcio Alexandre Silva Delgado <coadde@lavabit.com>2013-05-13 01:53:45 -0300
commit75117c3df371f41cce0261cd0604cba19f938585 (patch)
treeefbd54d8fca9792ee800cf6591e31c12a888c5db /pcr/ha-glue
parent4eb80920957e1875221602209af38d79441de10d (diff)
ha-glue: fixing lib path
Diffstat (limited to 'pcr/ha-glue')
-rw-r--r--pcr/ha-glue/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/pcr/ha-glue/PKGBUILD b/pcr/ha-glue/PKGBUILD
index 20ecce83d..d170155d9 100644
--- a/pcr/ha-glue/PKGBUILD
+++ b/pcr/ha-glue/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=ha-glue
_pkgname=${pkgname:3}
pkgver=1.0.11
-pkgrel=1
+pkgrel=2
pkgdesc='A set of libraries, tools and utilities suitable for the Heartbeat/Pacemaker cluster stack.'
arch=(
i686
@@ -67,6 +67,7 @@ build() {
setarch $CARCH ./autogen.sh
setarch $CARCH ./configure --prefix=/usr\
--enable-fatal-warnings=no\
+ --libdir=/usr/lib\
--libexecdir=/usr/lib/$pkgname\
--localstatedir=/var\
--sysconfdir=/etc\