mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sci-biology/emboss: avoid file collision with dev-texlive/texlive-latexextra
Closes: https://bugs.gentoo.org/927976 Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
@@ -64,6 +64,9 @@ src_install() {
|
||||
# bug #115446). This change is documented in "README.gentoo".
|
||||
mv "${ED}"/usr/share/EMBOSS/data/CODONS{,.orig} \
|
||||
|| die "Failed to move CODON directory"
|
||||
|
||||
# collision with dev-texlive/texlive-latexextra, bug #927976
|
||||
mv "${ED}"/usr/bin/{,emboss-}wordcount || die
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
Reference in New Issue
Block a user