commit:     df19c9b677310c92f5a67ff3187d52621bd048a6
Author:     Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 12 06:08:45 2018 +0000
Commit:     Benda XU <heroxbd <AT> gentoo <DOT> 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

Reply via email to