diff options
Diffstat (limited to 'app-shells/ccsh/ccsh-0.0.4-r3.ebuild')
-rw-r--r-- | app-shells/ccsh/ccsh-0.0.4-r3.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-shells/ccsh/ccsh-0.0.4-r3.ebuild b/app-shells/ccsh/ccsh-0.0.4-r3.ebuild index 6c6baf941c73..f34bec7a80dd 100644 --- a/app-shells/ccsh/ccsh-0.0.4-r3.ebuild +++ b/app-shells/ccsh/ccsh-0.0.4-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/ccsh/ccsh-0.0.4-r3.ebuild,v 1.1 2012/10/15 09:56:12 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/ccsh/ccsh-0.0.4-r3.ebuild,v 1.2 2013/01/20 11:00:01 pinkbyte Exp $ EAPI="4" @@ -20,7 +20,8 @@ src_compile() { } src_install() { - dobin ccsh + exeinto /bin + doexe ccsh newman ccsh.man ccsh.1 dodoc ChangeLog README TODO } |