summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenda Xu <heroxbd@gentoo.org>2017-02-11 18:14:51 +0900
committerBenda Xu <heroxbd@gentoo.org>2017-02-11 18:15:05 +0900
commit1f32f9fe777948d789259ab7023d0398a5ba45d2 (patch)
treee76693556dde78bbc3da04e97e6a595f83126d8b /app-benchmarks
parentwww-apps/baikal: turn postinst into flat ASCII file, bug #608552 (diff)
downloadgentoo-1f32f9fe777948d789259ab7023d0398a5ba45d2.tar.gz
gentoo-1f32f9fe777948d789259ab7023d0398a5ba45d2.tar.bz2
gentoo-1f32f9fe777948d789259ab7023d0398a5ba45d2.zip
app-benchmarks/stress-ng: support Prefix.
Package-Manager: portage-2.3.3
Diffstat (limited to 'app-benchmarks')
-rw-r--r--app-benchmarks/stress-ng/stress-ng-0.06.00.ebuild6
1 files changed, 5 insertions, 1 deletions
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 052c63b19999..efd3e0dc09a6 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
+}