diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-12-30 04:34:34 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-12-30 04:34:34 +0000 |
commit | 20bd9bc2c4287bc3e8ea3e52e17966a99409f9a8 (patch) | |
tree | 1e5897f8a6ec654493a0e8a974c40ac24b4cec93 /x11-plugins/epplets | |
parent | Ok so, added ~ppc keywords and ~hppa/~ia64 as per vapier's request. Fixed to... (diff) | |
download | gentoo-2-20bd9bc2c4287bc3e8ea3e52e17966a99409f9a8.tar.gz gentoo-2-20bd9bc2c4287bc3e8ea3e52e17966a99409f9a8.tar.bz2 gentoo-2-20bd9bc2c4287bc3e8ea3e52e17966a99409f9a8.zip |
fix install path
Diffstat (limited to 'x11-plugins/epplets')
-rw-r--r-- | x11-plugins/epplets/epplets-0.7-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-plugins/epplets/epplets-0.7-r1.ebuild b/x11-plugins/epplets/epplets-0.7-r1.ebuild index 6f3326950dfc..6d5c5ef6c168 100644 --- a/x11-plugins/epplets/epplets-0.7-r1.ebuild +++ b/x11-plugins/epplets/epplets-0.7-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/epplets/epplets-0.7-r1.ebuild,v 1.1 2004/11/08 05:24:53 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/epplets/epplets-0.7-r1.ebuild,v 1.2 2004/12/30 04:34:34 vapier Exp $ inherit eutils @@ -26,13 +26,13 @@ src_unpack() { } src_compile() { - export EROOT=/usr + export EROOT=/usr/share/epplets export EBIN=/usr/bin econf || die emake || die } src_install() { - make DESTDIR=${D} install || die + make DESTDIR="${D}" install || die dodoc ChangeLog } |