app-benchmarks/stress-ng: support Prefix.
authorBenda Xu <heroxbd@gentoo.org>
Sat, 11 Feb 2017 09:14:51 +0000 (18:14 +0900)
committerBenda Xu <heroxbd@gentoo.org>
Sat, 11 Feb 2017 09:15:05 +0000 (18:15 +0900)
Package-Manager: portage-2.3.3

app-benchmarks/stress-ng/stress-ng-0.06.00.ebuild

index 052c63b19999ec193544f760474d64983d4d7008..efd3e0dc09a67c421ed67c9b1cd9dd1b06229d09 100644 (file)
@@ -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
+}