projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e78762
)
app-benchmarks/stress-ng: support Prefix.
author
Benda Xu
<heroxbd@gentoo.org>
Sat, 11 Feb 2017 09:14:51 +0000
(18:14 +0900)
committer
Benda 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
patch
|
blob
|
history
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 052c63b19999ec193544f760474d64983d4d7008..efd3e0dc09a67c421ed67c9b1cd9dd1b06229d09 100644
(file)
--- 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-201
6
Gentoo Foundation
+# Copyright 1999-201
7
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
+}