From 50742e01621585b9fd61d54b3a91e8fc45dd5549 Mon Sep 17 00:00:00 2001 From: Piotr Szymaniak Date: Fri, 29 Jan 2010 19:58:17 +0000 Subject: net-mail/newmail: Added missing dies. svn path=/sunrise/; revision=9935 --- net-mail/newmail/newmail-0.5.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'net-mail/newmail/newmail-0.5.ebuild') diff --git a/net-mail/newmail/newmail-0.5.ebuild b/net-mail/newmail/newmail-0.5.ebuild index d24d814e9..b1791af84 100644 --- a/net-mail/newmail/newmail-0.5.ebuild +++ b/net-mail/newmail/newmail-0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -15,7 +15,7 @@ DEPEND="" RDEPEND="" src_install() { - dobin newmail - doman newmail.1 - dodoc AUTHORS README + dobin newmail || die "dobin failed" + doman newmail.1 || die "doman failed" + dodoc AUTHORS README || die "dodoc failed" } -- cgit v1.2.3-18-g5258