summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorMárcio Alexandre Silva Delgado <coadde@lavabit.com>2013-06-01 16:57:23 -0300
committerMárcio Alexandre Silva Delgado <coadde@lavabit.com>2013-06-01 16:57:23 -0300
commit51534c8074881a4413a5b5b001e9ee4444085b07 (patch)
tree09a075a880bbdb67a988332c693029bae475c238 /pcr
parente43b9a6217e5978e846aa4dbeafcd0a749db987f (diff)
pacemaker: fixing pkg
Diffstat (limited to 'pcr')
-rw-r--r--pcr/pacemaker/PKGBUILD15
1 files changed, 8 insertions, 7 deletions
diff --git a/pcr/pacemaker/PKGBUILD b/pcr/pacemaker/PKGBUILD
index 10d32ad33..3a6b2f22b 100644
--- a/pcr/pacemaker/PKGBUILD
+++ b/pcr/pacemaker/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=pacemaker
pkgver=1.1.9
-pkgrel=4
+pkgrel=5
pkgdesc='Cluster resource manager (Linux-HA)'
arch=(
i686
@@ -15,17 +15,15 @@ license=GPL2
depends=(
corosync
heartbeat
- jre7-openjdk
- resource-agent
libqb
libxslt
- #saxon.jar?
+ resource-agent
+ #saxon-he
)
-optdepens=openssh
makedepends=(
+ asciidoc
help2man
inkscape
- libxslt
lynx
openssh
valgrind
@@ -194,6 +192,7 @@ build() {
--libdir=/usr/lib\
--libexecdir=/usr/lib\
--localstatedir=/var\
+ --sbindir=/usr/bin\
--sysconfdir=/etc\
--with-acl\
--with-ais\
@@ -215,7 +214,9 @@ package() {
cd $srcdir/$pkgname-${pkgname^}-$pkgver
setarch $CARCH make DESTDIR=$pkgdir install
- mv $pkgdir/usr/sbin/cibsecret{,-$pkgname}
+ rm /etc/rc.d/pacemaker{_remote,} && rmdir /etc{/rc.d,}
+ mv $pkgdir/{var/,}run
+ mv $pkgdir/usr/bin/cibsecret{,-$pkgname}
}
# vim:set ts=2 sw=2 et: