summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenda Xu <heroxbd@gentoo.org>2017-10-02 14:50:55 +0900
committerBenda Xu <heroxbd@gentoo.org>2017-10-02 14:50:55 +0900
commit0cfc6510edb4fdee56e1362e1298cf4e1a959d6b (patch)
treef85373c61412c4c5b8da76dcc386cf30a00a4f03
parentsys-devel/distcc: Prefixify the eselect path. (diff)
downloadgentoo-0cfc6510.tar.gz
gentoo-0cfc6510.tar.bz2
gentoo-0cfc6510.zip
dev-util/shadowman: prefixify the runtime paths.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
-rw-r--r--dev-util/shadowman/shadowman-2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/shadowman/shadowman-2.ebuild b/dev-util/shadowman/shadowman-2.ebuild
index df3f6d1f3b81..95059ace20bc 100644
--- a/dev-util/shadowman/shadowman-2.ebuild
+++ b/dev-util/shadowman/shadowman-2.ebuild
@@ -17,7 +17,7 @@ DEPEND="${RDEPEND}"
src_install() {
# tool modules are split into their respective packages
- emake DESTDIR="${ED}" install \
+ emake DESTDIR="${D}" prefix="${EPREFIX}"/usr install \
INSTALL_MODULES_TOOL=""
keepdir /usr/share/shadowman/tools
}