From d214e28f01be29ff05fbb1d98959a7cbc943f61e Mon Sep 17 00:00:00 2001 From: Don Seiler Date: Tue, 7 Dec 2004 20:25:19 +0000 Subject: Using 'make install' instead of einstall --- x11-plugins/gaim-encryption/gaim-encryption-2.32-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11-plugins/gaim-encryption/gaim-encryption-2.32-r1.ebuild') 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 } -- cgit v1.2.3-65-gdbad