diff options
Diffstat (limited to 'app-crypt/ophcrack/ophcrack-3.1.0-r2.ebuild')
-rw-r--r-- | app-crypt/ophcrack/ophcrack-3.1.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/ophcrack/ophcrack-3.1.0-r2.ebuild b/app-crypt/ophcrack/ophcrack-3.1.0-r2.ebuild index 1f86ff7130cb..90e76f566f91 100644 --- a/app-crypt/ophcrack/ophcrack-3.1.0-r2.ebuild +++ b/app-crypt/ophcrack/ophcrack-3.1.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/ophcrack/ophcrack-3.1.0-r2.ebuild,v 1.1 2009/02/20 11:20:12 ikelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/ophcrack/ophcrack-3.1.0-r2.ebuild,v 1.2 2009/02/27 21:42:03 tove Exp $ inherit eutils @@ -33,7 +33,7 @@ src_compile() { } src_install() { - emake install DESTDIR="${D}" || "Installation failed." + emake install DESTDIR="${D}" || die "Installation failed." cd "${S}" newicon src/gui/pixmaps/os.xpm ophcrack.xpm |