aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mokrejs <mmokrejs@fold.natur.cuni.cz>2018-04-21 21:43:04 +0200
committerMartin Mokrejs <mmokrejs@fold.natur.cuni.cz>2018-04-21 21:43:04 +0200
commit0b235984987db697c4d43270887884e66cf894a3 (patch)
tree870a10a97f5973468544eb2cb34005d7a3fc57a5
parentsci-biology/ESTate: update checksums (diff)
downloadsci-0b235984987db697c4d43270887884e66cf894a3.tar.gz
sci-0b235984987db697c4d43270887884e66cf894a3.tar.bz2
sci-0b235984987db697c4d43270887884e66cf894a3.zip
sci-biology/jellyfish: install the pdf manual too
Package-Manager: Portage-2.3.28, Repoman-2.3.9
-rw-r--r--sci-biology/jellyfish/jellyfish-2.2.6-r1.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/sci-biology/jellyfish/jellyfish-2.2.6-r1.ebuild b/sci-biology/jellyfish/jellyfish-2.2.6-r1.ebuild
index 21b002b9c..54cc724eb 100644
--- a/sci-biology/jellyfish/jellyfish-2.2.6-r1.ebuild
+++ b/sci-biology/jellyfish/jellyfish-2.2.6-r1.ebuild
@@ -48,4 +48,5 @@ src_install(){
mv "${ED}"/usr/include/"${P}"/"${PN}"/* "${ED}/usr/include/${PN}${SLOT}/" || die
rm -r "${ED}/usr/include/${P}" || die
mv "${ED}"/usr/share/man/man1/jellyfish.1 "${ED}"/usr/share/man/man1/jellyfish"${SLOT}".1 || die
+ dodoc "${DISTDIR}"/JellyfishUserGuide.pdf
}