mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
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>
This commit is contained in:
committed by
Andreas Sturmlechner
parent
1e7d888b73
commit
f6535447bf
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user