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 BCB481396D0 for ; Mon, 2 Oct 2017 05:51:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18FB2E0D8F; Mon, 2 Oct 2017 05:51:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F181EE0D8F for ; Mon, 2 Oct 2017 05:51:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C9DD8341840 for ; Mon, 2 Oct 2017 05:51:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F17A9094 for ; Mon, 2 Oct 2017 05:51:19 +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: <1506923455.0cfc6510edb4fdee56e1362e1298cf4e1a959d6b.heroxbd@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/shadowman/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/shadowman/shadowman-2.ebuild X-VCS-Directories: dev-util/shadowman/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: 0cfc6510edb4fdee56e1362e1298cf4e1a959d6b X-VCS-Branch: master Date: Mon, 2 Oct 2017 05:51:19 +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: 31619aca-c4ca-4a98-8abe-073af5ca14b6 X-Archives-Hash: bb983ec763b28482ba7aa00401480386 commit: 0cfc6510edb4fdee56e1362e1298cf4e1a959d6b Author: Benda Xu gentoo org> AuthorDate: Mon Oct 2 05:50:55 2017 +0000 Commit: Benda XU gentoo org> CommitDate: Mon Oct 2 05:50:55 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cfc6510 dev-util/shadowman: prefixify the runtime paths. Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-util/shadowman/shadowman-2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/shadowman/shadowman-2.ebuild b/dev-util/shadowman/shadowman-2.ebuild index df3f6d1f3b8..95059ace20b 100644 --- a/dev-util/shadowman/shadowman-2.ebuild +++ b/dev-util/shadowman/shadowman-2.ebuild @@ -17,7 +17,7 @@ DEPEND="${RDEPEND}" src_install() { # tool modules are split into their respective packages - emake DESTDIR="${ED}" install \ + emake DESTDIR="${D}" prefix="${EPREFIX}"/usr install \ INSTALL_MODULES_TOOL="" keepdir /usr/share/shadowman/tools }