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 6AC911382C5 for ; Mon, 12 Mar 2018 06:09:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 698DCE089B; Mon, 12 Mar 2018 06:09:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 41791E089B for ; Mon, 12 Mar 2018 06:09:29 +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 9C02A335C43 for ; Mon, 12 Mar 2018 06:09:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 117B3238 for ; Mon, 12 Mar 2018 06:09:27 +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: <1520834960.df19c9b677310c92f5a67ff3187d52621bd048a6.heroxbd@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xdotool/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xdotool/xdotool-3.20160805.1.ebuild X-VCS-Directories: x11-misc/xdotool/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: df19c9b677310c92f5a67ff3187d52621bd048a6 X-VCS-Branch: master Date: Mon, 12 Mar 2018 06:09:27 +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: 777ba53a-5ac5-4af2-9768-504a9ed44549 X-Archives-Hash: e64c2ba02f7213d6d76b4fe00116038b commit: df19c9b677310c92f5a67ff3187d52621bd048a6 Author: Benda Xu gentoo org> AuthorDate: Mon Mar 12 06:08:45 2018 +0000 Commit: Benda XU gentoo org> CommitDate: Mon Mar 12 06:09:20 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df19c9b6 x11-misc/xdotool: use directories for Prefix. Package-Manager: Portage-2.3.24, Repoman-2.3.6 x11-misc/xdotool/xdotool-3.20160805.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-misc/xdotool/xdotool-3.20160805.1.ebuild b/x11-misc/xdotool/xdotool-3.20160805.1.ebuild index 08639af89e2..ab667f7dce1 100644 --- a/x11-misc/xdotool/xdotool-3.20160805.1.ebuild +++ b/x11-misc/xdotool/xdotool-3.20160805.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -44,11 +44,11 @@ src_prepare() { src_compile() { tc-export CC LD PKG_CONFIG - emake PREFIX="/usr" + emake PREFIX="${EPREFIX}/usr" } src_install() { - emake PREFIX="${D}usr" INSTALLMAN="${D}usr/share/man" INSTALLLIB="${D}usr/$(get_libdir)" install + emake PREFIX="${ED}usr" INSTALLMAN="${ED}usr/share/man" INSTALLLIB="${ED}usr/$(get_libdir)" install dodoc CHANGELIST README if use examples; then