diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-12-07 20:25:19 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-12-07 20:25:19 +0000 |
commit | d214e28f01be29ff05fbb1d98959a7cbc943f61e (patch) | |
tree | 7ac44f7b6d5efb9f8550a68a2845b848335869f3 /x11-plugins/gaim-encryption/gaim-encryption-2.32-r1.ebuild | |
parent | Stable on mips, dep for bug #66360 (Manifest recommit) (diff) | |
download | gentoo-2-d214e28f01be29ff05fbb1d98959a7cbc943f61e.tar.gz gentoo-2-d214e28f01be29ff05fbb1d98959a7cbc943f61e.tar.bz2 gentoo-2-d214e28f01be29ff05fbb1d98959a7cbc943f61e.zip |
Using 'make install' instead of einstall
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 } |