diff options
Diffstat (limited to 'dev-db/hyperdex/hyperdex-9999.ebuild')
-rw-r--r-- | dev-db/hyperdex/hyperdex-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-db/hyperdex/hyperdex-9999.ebuild b/dev-db/hyperdex/hyperdex-9999.ebuild index d1d8b48d8504..24f6526f77b6 100644 --- a/dev-db/hyperdex/hyperdex-9999.ebuild +++ b/dev-db/hyperdex/hyperdex-9999.ebuild @@ -52,8 +52,8 @@ src_configure() { } src_install() { - emake DESTDIR="${D}" install || die "Failed to install" - newinitd "${FILESDIR}/hyperdex.initd" hyperdex || die "Failed to install init script" - newconfd "${FILESDIR}/hyperdex.confd" hyperdex || die "Failed to install config file" + emake DESTDIR="${D}" install + newinitd "${FILESDIR}/hyperdex.initd" hyperdex + newconfd "${FILESDIR}/hyperdex.confd" hyperdex find "${D}" -name '*.la' -exec rm {} \; # bad buildsystem! bad! } |