commit: 9b1833de52a142c55ed9669ad73760e41417e1be
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Mar 18 18:45:22 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Mar 18 18:45:22 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9b1833de
sci-biology/Trinotate: use perl_domodule
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
sci-biology/Trinotate/Trinotate-3.2.1.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/sci-biology/Trinotate/Trinotate-3.2.1.ebuild
b/sci-biology/Trinotate/Trinotate-3.2.1.ebuild
index 85807d4a0..1af77dccd 100644
--- a/sci-biology/Trinotate/Trinotate-3.2.1.ebuild
+++ b/sci-biology/Trinotate/Trinotate-3.2.1.ebuild
@@ -39,7 +39,6 @@ src_install(){
dobin Trinotate
insinto /usr/share/"${PN}"
doins -r admin sample_data util TrinotateWeb
- insinto ${VENDOR_LIB}/${PN}
- doins -r PerlLib/*
+ perl_domodule -r PerlLib/*
dodoc notes README.md README.txt Changelog.txt
}