diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-11-22 05:42:37 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-11-22 05:42:37 +0000 |
commit | 31fb050d47decde0d4f783c63fa2c9bf33c0516d (patch) | |
tree | b08ab46c8ed214c89224e8d80a197c9c1642291b /app-crypt/mcrypt | |
parent | amd64 (diff) | |
download | gentoo-2-31fb050d47decde0d4f783c63fa2c9bf33c0516d.tar.gz gentoo-2-31fb050d47decde0d4f783c63fa2c9bf33c0516d.tar.bz2 gentoo-2-31fb050d47decde0d4f783c63fa2c9bf33c0516d.zip |
bug #72010.
Diffstat (limited to 'app-crypt/mcrypt')
-rw-r--r-- | app-crypt/mcrypt/mcrypt-2.6.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/mcrypt/mcrypt-2.6.4.ebuild b/app-crypt/mcrypt/mcrypt-2.6.4.ebuild index ba6aaa7c889f..30dbaafec6ca 100644 --- a/app-crypt/mcrypt/mcrypt-2.6.4.ebuild +++ b/app-crypt/mcrypt/mcrypt-2.6.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/mcrypt/mcrypt-2.6.4.ebuild,v 1.9 2004/09/02 18:13:43 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/mcrypt/mcrypt-2.6.4.ebuild,v 1.10 2004/11/22 05:42:37 robbat2 Exp $ DESCRIPTION="replacement of the old unix crypt(1)" HOMEPAGE="http://mcrypt.sourceforge.net/" @@ -22,6 +22,6 @@ src_compile() { } src_install() { - einstall || die "install error" + emake install DESTDIR="${D}" || die "install error" dodoc README NEWS AUTHORS THANKS TODO } |