summaryrefslogtreecommitdiff
path: root/sys-cluster/pacemaker/pacemaker-2.1.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-cluster/pacemaker/pacemaker-2.1.2.ebuild')
-rw-r--r--sys-cluster/pacemaker/pacemaker-2.1.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/pacemaker/pacemaker-2.1.2.ebuild b/sys-cluster/pacemaker/pacemaker-2.1.2.ebuild
index 7afdf78f7d25..270ade6cbff5 100644
--- a/sys-cluster/pacemaker/pacemaker-2.1.2.ebuild
+++ b/sys-cluster/pacemaker/pacemaker-2.1.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/ClusterLabs/${PN}/archive/${MY_P}.tar.gz"
LICENSE="GPL-2+ LGPL-2.1+ BSD CC-BY-SA-4.0"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
+KEYWORDS="amd64 ~hppa x86"
IUSE="acl smtp snmp"
DEPEND="
@@ -65,7 +65,7 @@ src_install() {
python_optimize
# remove provided initd file as we need support for OpenRC
- rm -r "${ED}/etc/init.d" || die "Failed to remove old initd"
+ rm -rf "${ED}/etc/init.d" || die "Failed to remove old initd"
newinitd "${FILESDIR}/${PN}.initd" "${PN}"
keepdir /var/lib/pacemaker/{blackbox,cib,cores,pengine}