diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-02-08 18:24:45 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-02-08 18:24:45 +0000 |
commit | 5db2c1da63b28b8c791528008c273f8af08c0db5 (patch) | |
tree | e1b6a6026c4e2b919cba492d1883bfaf454a7db5 /x11-misc/xrootconsole/xrootconsole-0.6.ebuild | |
parent | ppc stable #303461 (diff) | |
download | historical-5db2c1da63b28b8c791528008c273f8af08c0db5.tar.gz historical-5db2c1da63b28b8c791528008c273f8af08c0db5.tar.bz2 historical-5db2c1da63b28b8c791528008c273f8af08c0db5.zip |
whitespace
Package-Manager: portage-2.1.7.16/cvs/Linux i686
Diffstat (limited to 'x11-misc/xrootconsole/xrootconsole-0.6.ebuild')
-rw-r--r-- | x11-misc/xrootconsole/xrootconsole-0.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/xrootconsole/xrootconsole-0.6.ebuild b/x11-misc/xrootconsole/xrootconsole-0.6.ebuild index 1834e9a4fcdc..2006e284df1d 100644 --- a/x11-misc/xrootconsole/xrootconsole-0.6.ebuild +++ b/x11-misc/xrootconsole/xrootconsole-0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrootconsole/xrootconsole-0.6.ebuild,v 1.4 2010/02/08 11:10:28 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrootconsole/xrootconsole-0.6.ebuild,v 1.5 2010/02/08 18:24:45 mr_bones_ Exp $ inherit eutils toolchain-funcs @@ -38,6 +38,6 @@ src_install() { MANDIR="${D}usr/share/man/man1" \ BINDIR="${D}usr/bin/" \ install || die "make install failed" - + dodoc TODO NEWS CREDITS } |