aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-18 19:45:22 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-18 19:45:22 +0100
commit9b1833de52a142c55ed9669ad73760e41417e1be (patch)
tree3022505874f0b01fb5a5201c46f95319202c2564 /sci-biology
parentsci-biology/VelvetOptimiser: use perl_domodule (diff)
downloadsci-9b1833de52a142c55ed9669ad73760e41417e1be.tar.gz
sci-9b1833de52a142c55ed9669ad73760e41417e1be.tar.bz2
sci-9b1833de52a142c55ed9669ad73760e41417e1be.zip
sci-biology/Trinotate: 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/Trinotate/Trinotate-3.2.1.ebuild3
1 files changed, 1 insertions, 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
}