summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <heroxbd@gentoo.org>2020-12-21 16:18:09 +0800
committerroot <heroxbd@gentoo.org>2020-12-21 16:19:37 +0800
commit7dfd9ab33106070c84f2bf39d4bb1d4ed8eb2473 (patch)
treec3989943b4bb9e2e45f42699e683472a6151ab96 /media-libs
parentdev-ruby/multi_json: cleanup (diff)
downloadgentoo-7dfd9ab33106070c84f2bf39d4bb1d4ed8eb2473.tar.gz
gentoo-7dfd9ab33106070c84f2bf39d4bb1d4ed8eb2473.tar.bz2
gentoo-7dfd9ab33106070c84f2bf39d4bb1d4ed8eb2473.zip
media-libs/libexif: replace ED with D to avoid double prefix.
The 2 variables ED and D are identical on non-prefix installations. For prefix this commits allows the package to install. Therefore, we neither bump revision nor drop the ebuild from stable to unstable. Package-Manager: Portage-3.0.12, Repoman-3.0.1 Signed-off-by: Benda Xu <heroxbd@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/libexif/libexif-0.6.22_p20201105.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/libexif/libexif-0.6.22_p20201105.ebuild b/media-libs/libexif/libexif-0.6.22_p20201105.ebuild
index 1c4bfaf15476..de9a5e1eb9c7 100644
--- a/media-libs/libexif/libexif-0.6.22_p20201105.ebuild
+++ b/media-libs/libexif/libexif-0.6.22_p20201105.ebuild
@@ -44,7 +44,7 @@ multilib_src_configure() {
}
multilib_src_install() {
- emake DESTDIR="${ED}" install
+ emake DESTDIR="${D}" install
}
multilib_src_install_all() {