diff options
author | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-06-20 02:35:21 -0300 |
---|---|---|
committer | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-06-20 02:35:21 -0300 |
commit | 16e140dcf0fa006479d97f42e4b1f7cf663e56e6 (patch) | |
tree | 04985409da7bc1430e0dddce52f29e1eda5a6284 | |
parent | 38baf810d470c5b1d26467ab5ee63bfb4c2ef705 (diff) | |
download | abslibre-16e140dcf0fa006479d97f42e4b1f7cf663e56e6.tar.gz abslibre-16e140dcf0fa006479d97f42e4b1f7cf663e56e6.tar.bz2 abslibre-16e140dcf0fa006479d97f42e4b1f7cf663e56e6.zip |
corosync: fixing /usr/sbin to /usr/bin
-rw-r--r-- | pcr/corosync/PKGBUILD | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/pcr/corosync/PKGBUILD b/pcr/corosync/PKGBUILD index e176cb112..ed0a547af 100644 --- a/pcr/corosync/PKGBUILD +++ b/pcr/corosync/PKGBUILD @@ -3,7 +3,7 @@ pkgname=corosync _pkgflag=lts pkgver=2.3.0 -pkgrel=2 +pkgrel=3 pkgdesc='Cluster engine for nodal communication systems with additional features for implementing high availability within applications' arch=( i686 @@ -13,12 +13,17 @@ arch=( url=http://www.$pkgname.org license=BSD depends=( + dbus libqb libstatgrab net-snmp nss ) -makedepends=doxygen +makedepends=( + augeas + doxygen + graphviz +) conflicts=$pkgname-$_pkgflag options=(!libtool) source=http://$pkgname.org/download/$pkgname-$pkgver.tar.gz @@ -49,6 +54,7 @@ build() { --enable-xmlconf\ --libdir=/usr/lib\ --localstatedir=/var\ + --sbindir=/usr/bin\ --sysconfdir=/etc\ --with-initddir=/etc/rc.d\ --with-systemddir=/usr/lib/systemd/system |