diff options
author | 2008-04-14 19:09:20 +0000 | |
---|---|---|
committer | 2008-04-14 19:09:20 +0000 | |
commit | b8f50742f5f514a3f55b88b1dff8032e7a311ead (patch) | |
tree | 410b4c59313107a0265691855c719c586f18cd1d /sci-chemistry/ccp4/ccp4-6.0.2-r1.ebuild | |
parent | old (diff) | |
download | historical-b8f50742f5f514a3f55b88b1dff8032e7a311ead.tar.gz historical-b8f50742f5f514a3f55b88b1dff8032e7a311ead.tar.bz2 historical-b8f50742f5f514a3f55b88b1dff8032e7a311ead.zip |
Install examples (Justin Lecher).
Package-Manager: portage-2.1.5_rc2
Diffstat (limited to 'sci-chemistry/ccp4/ccp4-6.0.2-r1.ebuild')
-rw-r--r-- | sci-chemistry/ccp4/ccp4-6.0.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/ccp4/ccp4-6.0.2-r1.ebuild b/sci-chemistry/ccp4/ccp4-6.0.2-r1.ebuild index 2fe6126b9637..bc837d0b6be0 100644 --- a/sci-chemistry/ccp4/ccp4-6.0.2-r1.ebuild +++ b/sci-chemistry/ccp4/ccp4-6.0.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4/ccp4-6.0.2-r1.ebuild,v 1.4 2008/04/13 07:36:01 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4/ccp4-6.0.2-r1.ebuild,v 1.5 2008/04/14 19:09:20 dberkholz Exp $ inherit fortran eutils gnuconfig toolchain-funcs @@ -403,7 +403,7 @@ src_install() { for i in non-runnable runnable; do docinto examples/unix/${i} - dodoc ${S}/examples/unix/${i} + dodoc ${S}/examples/unix/${i}/* done # Needed for ccp4i docs to work |