summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuilherme Amadio <amadio@gentoo.org>2017-08-28 17:21:35 +0200
committerGuilherme Amadio <amadio@gentoo.org>2017-08-28 17:22:26 +0200
commit20e2bff3697ebf5f291e9907b34aae3074a36b53 (patch)
treee823607f01c1a7c57e6a5e3fef2b64a7008560fe /dev-util/shadowman
parentmedia-fonts/unifont: bump to 10.0.06 (diff)
downloadgentoo-20e2bff3697ebf5f291e9907b34aae3074a36b53.tar.gz
gentoo-20e2bff3697ebf5f291e9907b34aae3074a36b53.tar.bz2
gentoo-20e2bff3697ebf5f291e9907b34aae3074a36b53.zip
dev-util/shadowman: use ${ED} for prefix compatibility
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-util/shadowman')
-rw-r--r--dev-util/shadowman/shadowman-1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/shadowman/shadowman-1.ebuild b/dev-util/shadowman/shadowman-1.ebuild
index ce21fe11a22d..df3f6d1f3b81 100644
--- a/dev-util/shadowman/shadowman-1.ebuild
+++ b/dev-util/shadowman/shadowman-1.ebuild
@@ -17,7 +17,7 @@ DEPEND="${RDEPEND}"
src_install() {
# tool modules are split into their respective packages
- emake DESTDIR="${D}" install \
+ emake DESTDIR="${ED}" install \
INSTALL_MODULES_TOOL=""
keepdir /usr/share/shadowman/tools
}