diff options
author | Peter Alfredsen <loki_val@gentoo.org> | 2009-02-01 02:55:41 +0000 |
---|---|---|
committer | Peter Alfredsen <loki_val@gentoo.org> | 2009-02-01 02:55:41 +0000 |
commit | 37eb091a72045fbd059b4344473c63aff2d500b7 (patch) | |
tree | 869c986b73f586872d0e34d387760c68d3e99b5b /net-irc/smuxi | |
parent | Mask sci-astronomy/setiathome for removal. Not needed anymore with new boinc. (diff) | |
download | gentoo-2-37eb091a72045fbd059b4344473c63aff2d500b7.tar.gz gentoo-2-37eb091a72045fbd059b4344473c63aff2d500b7.tar.bz2 gentoo-2-37eb091a72045fbd059b4344473c63aff2d500b7.zip |
Add description die on failed install, thanks to mr_bones for the ping.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'net-irc/smuxi')
-rw-r--r-- | net-irc/smuxi/smuxi-0.6.3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-irc/smuxi/smuxi-0.6.3.ebuild b/net-irc/smuxi/smuxi-0.6.3.ebuild index c248a0813061..8c13e91e479a 100644 --- a/net-irc/smuxi/smuxi-0.6.3.ebuild +++ b/net-irc/smuxi/smuxi-0.6.3.ebuild @@ -1,11 +1,12 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/smuxi/smuxi-0.6.3.ebuild,v 1.2 2009/02/01 02:20:47 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/smuxi/smuxi-0.6.3.ebuild,v 1.3 2009/02/01 02:55:41 loki_val Exp $ EAPI="2" inherit base mono +DESCRIPTION="A flexible, irssi-like and user-friendly IRC client for the Gnome Desktop." HOMEPAGE="http://www.smuxi.org/page/Download" SRC_URI="http://smuxi.meebey.net/jaws/data/files/${P}.tar.gz" @@ -37,6 +38,6 @@ src_configure() { } src_install() { - emake DESTDIR="${D}" install + emake DESTDIR="${D}" install || die "install failed" dodoc FEATURES TODO README || die "dodoc failed" } |