commit: c45961e65b1e5228dc796cf903fa6434d15b6738
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Mar 18 18:50:01 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Mar 18 18:50:01 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c45961e6
sci-biology/cortex_var: use perl_domodule
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
sci-biology/cortex_var/cortex_var-1.0.5.21.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/sci-biology/cortex_var/cortex_var-1.0.5.21.ebuild
b/sci-biology/cortex_var/cortex_var-1.0.5.21.ebuild
index f5b86e25c..d368f5db3 100644
--- a/sci-biology/cortex_var/cortex_var-1.0.5.21.ebuild
+++ b/sci-biology/cortex_var/cortex_var-1.0.5.21.ebuild
@@ -42,8 +42,7 @@ src_compile(){
src_install(){
bash install.sh || die
perl_set_version
- insinto ${VENDOR_LIB}
- doins scripts/analyse_variants/bioinf-perl/lib/* scripts/calling/*
+ perl_domodule scripts/analyse_variants/bioinf-perl/lib/*
scripts/calling/*
echo \
"PATH=${EPREFIX}/usr/share/${PN}/scripts/analyse_variants/needleman_wunsch" \
> "${T}/99${PN}" || die