summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenda Xu <heroxbd@gentoo.org>2018-03-12 15:08:45 +0900
committerBenda Xu <heroxbd@gentoo.org>2018-03-12 15:09:20 +0900
commitdf19c9b677310c92f5a67ff3187d52621bd048a6 (patch)
treeef789064abf3bec764eac115c02018ed299d8eb5 /x11-misc/xdotool
parentmedia-libs/libpagemaker-0.0.3-r1: ppc64 stable, bug 631800 (diff)
downloadgentoo-df19c9b677310c92f5a67ff3187d52621bd048a6.tar.gz
gentoo-df19c9b677310c92f5a67ff3187d52621bd048a6.tar.bz2
gentoo-df19c9b677310c92f5a67ff3187d52621bd048a6.zip
x11-misc/xdotool: use directories for Prefix.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'x11-misc/xdotool')
-rw-r--r--x11-misc/xdotool/xdotool-3.20160805.1.ebuild6
1 files 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