aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mokrejš <mmokrejs@fold.natur.cuni.cz>2017-01-10 02:02:20 +0100
committerMartin Mokrejš <mmokrejs@fold.natur.cuni.cz>2017-01-10 02:02:20 +0100
commitb0969f05ac32a1bf417d7438ad47ab7ceae9e9ec (patch)
treea0c7059ba074362ff25460d36394c1c026fbdec9 /sci-biology/repeatmasker
parentsci-biology/megahit: distinguish openmp compiler switches (diff)
downloadsci-b0969f05ac32a1bf417d7438ad47ab7ceae9e9ec.tar.gz
sci-b0969f05ac32a1bf417d7438ad47ab7ceae9e9ec.tar.bz2
sci-b0969f05ac32a1bf417d7438ad47ab7ceae9e9ec.zip
sci-biology/repeatmasker: improve installation process
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sci-biology/repeatmasker')
-rw-r--r--sci-biology/repeatmasker/repeatmasker-4.0.6-r3.ebuild (renamed from sci-biology/repeatmasker/repeatmasker-4.0.6-r2.ebuild)10
1 files changed, 5 insertions, 5 deletions
diff --git a/sci-biology/repeatmasker/repeatmasker-4.0.6-r2.ebuild b/sci-biology/repeatmasker/repeatmasker-4.0.6-r3.ebuild
index 7a64c7e70..c32094293 100644
--- a/sci-biology/repeatmasker/repeatmasker-4.0.6-r2.ebuild
+++ b/sci-biology/repeatmasker/repeatmasker-4.0.6-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -72,16 +72,16 @@ src_install() {
dosym /usr/share/${PN}/$i /usr/bin/$i
done
- dodir /usr/share/${PN}/lib
- insinto /usr/share/${PN}/lib
+ perl_set_version
+ insinto "${VENDOR_LIB}"
doins "${S}"/*.pm "${S}"/Libraries/*.pm
# zap the supposedly misplaced RepeatAnnotationData.pm file
- rm -rf "${S}"/Libraries/*.pm || die
+ rm -r "${S}"/Libraries/*.pm || die
# if sci-biology/repeatmasker-libraries is installed prevent file collision
# and do NOT install Libraries/RepeatMaskerLib.embl file which contains
# a limited version of the file: 20110419-min
- rm -rf Libraries/RepeatMaskerLib.embl || die
+ rm -r Libraries/RepeatMaskerLib.embl || die
insinto /usr/share/${PN}
doins -r util Matrices Libraries *.help
keepdir /usr/share/${PN}/Libraries