diff options
Diffstat (limited to 'dev-python/medusa/medusa-0.5.3.ebuild')
-rw-r--r-- | dev-python/medusa/medusa-0.5.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/medusa/medusa-0.5.3.ebuild b/dev-python/medusa/medusa-0.5.3.ebuild index df94d02110f4..7e52854e1a89 100644 --- a/dev-python/medusa/medusa-0.5.3.ebuild +++ b/dev-python/medusa/medusa-0.5.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/medusa/medusa-0.5.3.ebuild,v 1.4 2003/06/22 12:15:59 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/medusa/medusa-0.5.3.ebuild,v 1.5 2003/09/06 23:32:28 msterret Exp $ inherit distutils @@ -19,7 +19,7 @@ S=${WORKDIR}/${P} src_install () { mydoc="CHANGES.txt LICENSE.txt README.txt docs/*.txt" distutils_src_install - + dodir /usr/share/doc/${PF}/example cp -r demo/* ${D}/usr/share/doc/${PF}/example dohtml docs/*.html docs/*.gif |