diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2017-08-28 17:21:35 +0200 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2017-08-28 17:22:26 +0200 |
commit | 20e2bff3697ebf5f291e9907b34aae3074a36b53 (patch) | |
tree | e823607f01c1a7c57e6a5e3fef2b64a7008560fe /dev-util/shadowman | |
parent | media-fonts/unifont: bump to 10.0.06 (diff) | |
download | gentoo-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.ebuild | 2 |
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 } |