diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2008-01-28 00:12:55 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2008-01-28 00:12:55 +0000 |
commit | b110ff8bafe95e559d3bdcac647ec70fef3ab90b (patch) | |
tree | d15d23c8faa05672bc93c100ba1cd5cf0b29131d /net-misc/nstx/nstx-1.1_beta6-r2.ebuild | |
parent | Adding meta for 2.20.3 (diff) | |
download | historical-b110ff8bafe95e559d3bdcac647ec70fef3ab90b.tar.gz historical-b110ff8bafe95e559d3bdcac647ec70fef3ab90b.tar.bz2 historical-b110ff8bafe95e559d3bdcac647ec70fef3ab90b.zip |
Fix einfo output per bug #207781, and clean up old ebuilds.
Package-Manager: portage-2.1.4
Diffstat (limited to 'net-misc/nstx/nstx-1.1_beta6-r2.ebuild')
-rw-r--r-- | net-misc/nstx/nstx-1.1_beta6-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/nstx/nstx-1.1_beta6-r2.ebuild b/net-misc/nstx/nstx-1.1_beta6-r2.ebuild index 5572fc90bf17..a28b50a827ea 100644 --- a/net-misc/nstx/nstx-1.1_beta6-r2.ebuild +++ b/net-misc/nstx/nstx-1.1_beta6-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/nstx/nstx-1.1_beta6-r2.ebuild,v 1.2 2007/06/12 21:48:58 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/nstx/nstx-1.1_beta6-r2.ebuild,v 1.3 2008/01/28 00:12:54 robbat2 Exp $ inherit versionator toolchain-funcs eutils @@ -40,5 +40,5 @@ src_install() { pkg_postinst() { einfo "Please read the documentation provided in" - einfo " /usr/share/doc/${PF}/README.gz" + einfo " `find /usr/share/doc/${PF}/ -name 'README*'`" } |