diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-04-27 18:22:28 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-04-27 18:22:28 +0000 |
commit | 0308fa6511ca09554abb3f785e633279739ecdb5 (patch) | |
tree | b39026535e6f199d44636a2db55c066d92fed979 /media-gfx | |
parent | Version bump. (diff) | |
download | gentoo-2-0308fa6511ca09554abb3f785e633279739ecdb5.tar.gz gentoo-2-0308fa6511ca09554abb3f785e633279739ecdb5.tar.bz2 gentoo-2-0308fa6511ca09554abb3f785e633279739ecdb5.zip |
Unnecessary die
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild b/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild index ddeb0b54bc76..2b12e6fbc714 100644 --- a/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild +++ b/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild,v 1.1 2011/04/27 18:22:03 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/jpeginfo/jpeginfo-1.6.1.ebuild,v 1.2 2011/04/27 18:22:28 ssuominen Exp $ EAPI=4 inherit eutils toolchain-funcs @@ -27,6 +27,6 @@ src_configure() { } src_install() { - emake INSTALL_ROOT="${D}" install || die + emake INSTALL_ROOT="${D}" install dodoc README } |