diff options
Diffstat (limited to 'sys-apps/cv/cv-0.4.1.ebuild')
-rw-r--r-- | sys-apps/cv/cv-0.4.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/cv/cv-0.4.1.ebuild b/sys-apps/cv/cv-0.4.1.ebuild index 026c6e1e81ed..436d248223f0 100644 --- a/sys-apps/cv/cv-0.4.1.ebuild +++ b/sys-apps/cv/cv-0.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/cv/cv-0.4.1.ebuild,v 1.3 2014/08/06 20:14:48 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/cv/cv-0.4.1.ebuild,v 1.4 2014/08/06 20:17:14 jer Exp $ EAPI=5 inherit toolchain-funcs @@ -30,4 +30,5 @@ src_prepare() { src_install() { emake PREFIX="${D}/${EPREFIX}/usr" install + dodoc README.md } |