summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-mail/renattach/renattach-1.2.4-r1.ebuild')
-rw-r--r--net-mail/renattach/renattach-1.2.4-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/renattach/renattach-1.2.4-r1.ebuild b/net-mail/renattach/renattach-1.2.4-r1.ebuild
index d89611b23f15..229c8450c7cc 100644
--- a/net-mail/renattach/renattach-1.2.4-r1.ebuild
+++ b/net-mail/renattach/renattach-1.2.4-r1.ebuild
@@ -13,9 +13,9 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
src_install () {
- emake DESTDIR="${D}" install || die
+ emake DESTDIR="${D}" install
mv "${D}"/etc/renattach.conf.ex "${D}"/etc/renattach.conf || die
- dodoc AUTHORS ChangeLog README NEWS || die
+ dodoc AUTHORS ChangeLog README NEWS
}