commit: 20e2bff3697ebf5f291e9907b34aae3074a36b53
Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 28 15:21:35 2017 +0000
Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Mon Aug 28 15:22:26 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20e2bff3
dev-util/shadowman: use ${ED} for prefix compatibility
Package-Manager: Portage-2.3.8, Repoman-2.3.3
dev-util/shadowman/shadowman-1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/shadowman/shadowman-1.ebuild
b/dev-util/shadowman/shadowman-1.ebuild
index ce21fe11a22..df3f6d1f3b8 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
}