summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Seiler <rizzo@gentoo.org>2004-12-07 20:25:19 +0000
committerDon Seiler <rizzo@gentoo.org>2004-12-07 20:25:19 +0000
commit85a466e41d92b20c15ce7cdbf6ca15945efc0dae (patch)
treef0a0d848f14d88b822b7c6b5e244a509d1820710 /x11-plugins/gaim-encryption/gaim-encryption-2.32-r1.ebuild
parentStable on mips, dep for bug #66360 (diff)
downloadhistorical-85a466e41d92b20c15ce7cdbf6ca15945efc0dae.tar.gz
historical-85a466e41d92b20c15ce7cdbf6ca15945efc0dae.tar.bz2
historical-85a466e41d92b20c15ce7cdbf6ca15945efc0dae.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.ebuild4
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
}