From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DCC6D139694 for ; Sat, 11 Feb 2017 09:15:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 338DEE0D5B; Sat, 11 Feb 2017 09:15:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0F39AE0D5B for ; Sat, 11 Feb 2017 09:15:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2F5D234112A for ; Sat, 11 Feb 2017 09:15:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EFCF843EF for ; Sat, 11 Feb 2017 09:15:09 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1486804505.1f32f9fe777948d789259ab7023d0398a5ba45d2.heroxbd@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/stress-ng/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-benchmarks/stress-ng/stress-ng-0.06.00.ebuild X-VCS-Directories: app-benchmarks/stress-ng/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: 1f32f9fe777948d789259ab7023d0398a5ba45d2 X-VCS-Branch: master Date: Sat, 11 Feb 2017 09:15:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ae459a18-09b0-42a1-9230-cf7a34c6c283 X-Archives-Hash: 9b57ba82a4d024fb4364df7204421409 commit: 1f32f9fe777948d789259ab7023d0398a5ba45d2 Author: Benda Xu gentoo org> AuthorDate: Sat Feb 11 09:14:51 2017 +0000 Commit: Benda XU gentoo 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 +}