commit: d9df37217fca3b4f9de03d13f3891c9267f5f191 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> AuthorDate: Thu Nov 12 00:31:36 2015 +0000 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> CommitDate: Thu Nov 12 00:31:36 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d9df3721
sci-biology/SEECER: install also the main program wrapper Package-Manager: portage-2.2.18 sci-biology/SEECER/ChangeLog | 4 ++++ sci-biology/SEECER/SEECER-0.1.3-r1.ebuild | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/sci-biology/SEECER/ChangeLog b/sci-biology/SEECER/ChangeLog index 6776868..eae131d 100644 --- a/sci-biology/SEECER/ChangeLog +++ b/sci-biology/SEECER/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Id$ + 12 Nov 2015; Martin Mokrejs <[email protected]> + SEECER-0.1.3-r1.ebuild: + sci-biology/SEECER: install also the main program wrapper + *SEECER-0.1.3-r1 (30 Apr 2015) 30 Apr 2015; Martin Mokrejs <[email protected]> diff --git a/sci-biology/SEECER/SEECER-0.1.3-r1.ebuild b/sci-biology/SEECER/SEECER-0.1.3-r1.ebuild index d9f5667..1110b97 100644 --- a/sci-biology/SEECER/SEECER-0.1.3-r1.ebuild +++ b/sci-biology/SEECER/SEECER-0.1.3-r1.ebuild @@ -30,6 +30,6 @@ src_prepare(){ } src_install(){ - dobin bin/seecer bin/random_sub_N bin/replace_ids bin/run_jellyfish.sh + dobin bin/seecer bin/random_sub_N bin/replace_ids bin/run_jellyfish.sh bin/run_seecer.sh dodoc README "${DISTDIR}"/"${PN}"-manual.pdf }
