aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-18 19:50:01 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-18 19:50:01 +0100
commitc45961e65b1e5228dc796cf903fa6434d15b6738 (patch)
tree65569b0d71728f9e3942aac25b8227ffa7bed0de /sci-biology
parentsci-biology/maker: use perl_domodule (diff)
downloadsci-c45961e65b1e5228dc796cf903fa6434d15b6738.tar.gz
sci-c45961e65b1e5228dc796cf903fa6434d15b6738.tar.bz2
sci-c45961e65b1e5228dc796cf903fa6434d15b6738.zip
sci-biology/cortex_var: use perl_domodule
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/cortex_var/cortex_var-1.0.5.21.ebuild3
1 files changed, 1 insertions, 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