media-libs/aften: Fix src_install crashing on Gentoo Prefix
authorJulius Putra Tanu Setiaji <indocomsoft@gmail.com>
Tue, 28 Jan 2020 18:46:31 +0000 (02:46 +0800)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 16 Feb 2020 18:49:08 +0000 (19:49 +0100)
Closes: https://bugs.gentoo.org/706814
Signed-off-by: Julius Putra Tanu Setiaji <indocomsoft@gmail.com>
Package-Manager: Portage-2.3.85, Repoman-2.3.20
Closes: https://github.com/gentoo/gentoo/pull/14489
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
media-libs/aften/aften-0.0.8-r2.ebuild

index cb3a41a38299b10d2939f5fbafd4cf6c95fbe483..f1dd9d2fa9ecbf9dfec0110b29e3bf4a28ef1200 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -32,5 +32,5 @@ src_install() {
        cmake-utils_src_install
        dodoc README Changelog
        # File collision with media-sound/wavbreaker, upstream informed
-       mv "${D}"/usr/bin/wavinfo{,-aften} || die
+       mv "${ED}"/usr/bin/wavinfo{,-aften} || die
 }