summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Putra Tanu Setiaji <indocomsoft@gmail.com>2020-01-29 02:46:31 +0800
committerAndreas Sturmlechner <asturm@gentoo.org>2020-02-16 19:49:08 +0100
commitf6535447bf36d84c5a6bd7187201ec401bbee4d3 (patch)
tree7472c1c8d4ed02c49fdb215a32688881a7b460ef /media-libs/aften/aften-0.0.8-r2.ebuild
parentprofiles: Drop duplicate package.mask entry (diff)
downloadgentoo-f6535447bf36d84c5a6bd7187201ec401bbee4d3.tar.gz
gentoo-f6535447bf36d84c5a6bd7187201ec401bbee4d3.tar.bz2
gentoo-f6535447bf36d84c5a6bd7187201ec401bbee4d3.zip
media-libs/aften: Fix src_install crashing on Gentoo Prefix
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>
Diffstat (limited to 'media-libs/aften/aften-0.0.8-r2.ebuild')
-rw-r--r--media-libs/aften/aften-0.0.8-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/aften/aften-0.0.8-r2.ebuild b/media-libs/aften/aften-0.0.8-r2.ebuild
index cb3a41a38299..f1dd9d2fa9ec 100644
--- a/media-libs/aften/aften-0.0.8-r2.ebuild
+++ b/media-libs/aften/aften-0.0.8-r2.ebuild
@@ -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
}