From df19c9b677310c92f5a67ff3187d52621bd048a6 Mon Sep 17 00:00:00 2001 From: Benda Xu Date: Mon, 12 Mar 2018 15:08:45 +0900 Subject: [PATCH] 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 08639af89e26..ab667f7dce1a 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 -- 2.26.2