commit: ddee33dd856818debfc6c27809e224753bc8a494 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> AuthorDate: Wed Jan 10 14:56:09 2018 +0000 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> CommitDate: Wed Jan 10 14:56:09 2018 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ddee33dd
sci-biology/sga: also install needed *.preqc files These files are typically needed for preqc analysis. See https://github.com/jts/sga/wiki/preqc for a typical use case. Package-Manager: Portage-2.3.19, Repoman-2.3.6 sci-biology/sga/sga-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-biology/sga/sga-9999.ebuild b/sci-biology/sga/sga-9999.ebuild index aa27979f0..6a8dd665b 100644 --- a/sci-biology/sga/sga-9999.ebuild +++ b/sci-biology/sga/sga-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -39,7 +39,7 @@ src_install(){ dodoc README emake install DESTDIR="${D}" insinto /usr/share/sga/examples - doins examples/* + doins -r examples/* cd .. || dodoc README.md }
