commit: 74d14fc07ea7c08a447ef8f9d5e14b360f868af2 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> AuthorDate: Fri Jan 9 17:33:22 2015 +0000 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> CommitDate: Fri Jan 9 17:33:22 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=74d14fc0
use 'insinto' and not 'doins' Package-Manager: portage-2.2.7 --- sci-biology/ESTate/ChangeLog | 3 +++ sci-biology/ESTate/ESTate-0.5.ebuild | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/sci-biology/ESTate/ChangeLog b/sci-biology/ESTate/ChangeLog index 628daf7..c5cae89 100644 --- a/sci-biology/ESTate/ChangeLog +++ b/sci-biology/ESTate/ChangeLog @@ -3,6 +3,9 @@ # $Header: $ 09 Jan 2015; Martin Mokrejs <[email protected]> ESTate-0.5.ebuild: + use 'insinto' and not 'doins' + + 09 Jan 2015; Martin Mokrejs <[email protected]> ESTate-0.5.ebuild: add the probability matrices 09 Jan 2015; Martin Mokrejs <[email protected]> ESTate-0.5.ebuild: diff --git a/sci-biology/ESTate/ESTate-0.5.ebuild b/sci-biology/ESTate/ESTate-0.5.ebuild index 54704d4..7fc7970 100644 --- a/sci-biology/ESTate/ESTate-0.5.ebuild +++ b/sci-biology/ESTate/ESTate-0.5.ebuild @@ -28,7 +28,7 @@ src_install(){ doman doc/man/man1/*.1 doc/man/man7/*.7 insinto /usr/share/ESTate/etc doins etc/ESTaterc - doins /usr/share/ESTate/example + insinto /usr/share/ESTate/example doins example/embl59* example/drosophila* dodoc ANNOUNCE.txt README.txt dodoc "${DISTDIR}"/thesis.ps.gz
