commit: 1f32f9fe777948d789259ab7023d0398a5ba45d2
Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 11 09:14:51 2017 +0000
Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Sat Feb 11 09:15:05 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f32f9fe
app-benchmarks/stress-ng: support Prefix.
Package-Manager: portage-2.3.3
app-benchmarks/stress-ng/stress-ng-0.06.00.ebuild | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/app-benchmarks/stress-ng/stress-ng-0.06.00.ebuild
b/app-benchmarks/stress-ng/stress-ng-0.06.00.ebuild
index 052c63b199..efd3e0dc09 100644
--- a/app-benchmarks/stress-ng/stress-ng-0.06.00.ebuild
+++ b/app-benchmarks/stress-ng/stress-ng-0.06.00.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -16,3 +16,7 @@ IUSE=""
DEPEND="sys-apps/keyutils
sys-apps/attr"
RDEPEND="${DEPEND}"
+
+src_install() {
+ emake DESTDIR="${ED}" install
+}