diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-02-08 17:55:39 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-02-08 17:55:39 +0000 |
commit | ba3ba769c32fb14cd9e10d1ff2049901adb67934 (patch) | |
tree | d8a5474c8e26d973c4aeb5dbe76f2f46c0340de2 /app-benchmarks | |
parent | Use Python 2 (bug #345547). (diff) | |
download | gentoo-2-ba3ba769c32fb14cd9e10d1ff2049901adb67934.tar.gz gentoo-2-ba3ba769c32fb14cd9e10d1ff2049901adb67934.tar.bz2 gentoo-2-ba3ba769c32fb14cd9e10d1ff2049901adb67934.zip |
Do not install outside EPREFIX
(Portage version: 2.2.0_alpha22/cvs/Linux x86_64)
Diffstat (limited to 'app-benchmarks')
-rw-r--r-- | app-benchmarks/i7z/ChangeLog | 5 | ||||
-rw-r--r-- | app-benchmarks/i7z/i7z-0.26.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/app-benchmarks/i7z/ChangeLog b/app-benchmarks/i7z/ChangeLog index 19cb1dfc107d..412c32582d43 100644 --- a/app-benchmarks/i7z/ChangeLog +++ b/app-benchmarks/i7z/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-benchmarks/i7z # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/i7z/ChangeLog,v 1.1 2011/01/29 15:01:20 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/i7z/ChangeLog,v 1.2 2011/02/08 17:55:39 jlec Exp $ + + 08 Feb 2011; Justin Lecher <jlec@gentoo.org> i7z-0.26.ebuild: + Do not install outside EPREFIX *i7z-0.26 (29 Jan 2011) diff --git a/app-benchmarks/i7z/i7z-0.26.ebuild b/app-benchmarks/i7z/i7z-0.26.ebuild index 1cd98179e811..2bc38f87496e 100644 --- a/app-benchmarks/i7z/i7z-0.26.ebuild +++ b/app-benchmarks/i7z/i7z-0.26.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/i7z/i7z-0.26.ebuild,v 1.1 2011/01/29 15:01:20 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/i7z/i7z-0.26.ebuild,v 1.2 2011/02/08 17:55:39 jlec Exp $ EAPI="3" @@ -32,11 +32,10 @@ src_compile() { eqmake4 GUI.pro emake || die fi - } src_install() { - emake DESTDIR="${D}" install || die + emake DESTDIR="${ED}" install || die if use X; then newsbin GUI/GUI i7z_GUI || die fi |