summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/timer_entropyd')
-rw-r--r--sys-apps/timer_entropyd/timer_entropyd-0.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/timer_entropyd/timer_entropyd-0.3.ebuild b/sys-apps/timer_entropyd/timer_entropyd-0.3.ebuild
index 1509f4f394e7..041a72467d56 100644
--- a/sys-apps/timer_entropyd/timer_entropyd-0.3.ebuild
+++ b/sys-apps/timer_entropyd/timer_entropyd-0.3.ebuild
@@ -25,14 +25,14 @@ src_compile() {
use debug && append-cppflags -D_DEBUG
tc-export CC
- emake DEBUG= || die
+ emake DEBUG=
}
src_install() {
exeinto /usr/libexec
doexe ${PN}
dodoc Changes readme.txt
- newinitd "${FILESDIR}/timer_entropyd.initd.1" ${PN} || die
+ newinitd "${FILESDIR}/timer_entropyd.initd.1" ${PN}
}
pkg_postinst() {