summaryrefslogtreecommitdiff
path: root/sys-apps/timer_entropyd/timer_entropyd-0.3.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
commit7bc9c63c9da678a7e6fceb095d56c634afd22c56 (patch)
tree4a67d50a439e9af63947e5f8b6ba3719af98b6c9 /sys-apps/timer_entropyd/timer_entropyd-0.3.ebuild
parentb284a3168fa91a038925d2ecf5e4791011ea5e7d (diff)
gentoo resync : 15.12.2019
Diffstat (limited to 'sys-apps/timer_entropyd/timer_entropyd-0.3.ebuild')
-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() {