diff options
author | 2007-09-26 04:47:40 +0000 | |
---|---|---|
committer | 2007-09-26 04:47:40 +0000 | |
commit | 94108790ba265a576ee65c71dfe6049c225cfe56 (patch) | |
tree | b2f5a1a7754864e45267acd7dc0763e8c0e8c18e /net-mail/sendEmail/sendEmail-1.55.ebuild | |
parent | Stable on mips, per #193339. (diff) | |
download | gentoo-2-94108790ba265a576ee65c71dfe6049c225cfe56.tar.gz gentoo-2-94108790ba265a576ee65c71dfe6049c225cfe56.tar.bz2 gentoo-2-94108790ba265a576ee65c71dfe6049c225cfe56.zip |
Die on failure to install the script.
(Portage version: 2.1.3.9)
Diffstat (limited to 'net-mail/sendEmail/sendEmail-1.55.ebuild')
-rw-r--r-- | net-mail/sendEmail/sendEmail-1.55.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/sendEmail/sendEmail-1.55.ebuild b/net-mail/sendEmail/sendEmail-1.55.ebuild index d6950f8bd45a..31e5d05f4d39 100644 --- a/net-mail/sendEmail/sendEmail-1.55.ebuild +++ b/net-mail/sendEmail/sendEmail-1.55.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/sendEmail/sendEmail-1.55.ebuild,v 1.2 2007/03/23 08:40:07 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/sendEmail/sendEmail-1.55.ebuild,v 1.3 2007/09/26 04:47:40 mrness Exp $ DESCRIPTION="Command line based, SMTP email agent" HOMEPAGE="http://caspian.dotconf.net/menu/Software/SendEmail/" @@ -19,6 +19,6 @@ S="${WORKDIR}/${PN}-v${PV}" src_install() { dodir /usr/bin - exeinto /usr/bin ; doexe sendEmail + exeinto /usr/bin ; doexe sendEmail || die "failed to install sendEmail script" dodoc CHANGELOG README TODO } |