diff options
Diffstat (limited to 'x11-plugins/gaim-encryption/gaim-encryption-2.32-r1.ebuild')
-rw-r--r-- | x11-plugins/gaim-encryption/gaim-encryption-2.32-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-plugins/gaim-encryption/gaim-encryption-2.32-r1.ebuild b/x11-plugins/gaim-encryption/gaim-encryption-2.32-r1.ebuild index d9c1fb170e09..6133c870cc56 100644 --- a/x11-plugins/gaim-encryption/gaim-encryption-2.32-r1.ebuild +++ b/x11-plugins/gaim-encryption/gaim-encryption-2.32-r1.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/x11-plugins/gaim-encryption/gaim-encryption-2.32-r1.ebuild,v 1.4 2004/12/02 15:05:25 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-encryption/gaim-encryption-2.32-r1.ebuild,v 1.5 2004/12/07 20:25:19 rizzo Exp $ inherit flag-o-matic eutils debug @@ -32,6 +32,6 @@ src_compile() { } src_install() { - einstall || die "Install failed" + make install DESTDIR=${D} || die "Install failed" dodoc CHANGELOG INSTALL NOTES README TODO VERSION WISHLIST } |