diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-11-06 17:23:53 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-11-06 17:23:53 +0000 |
commit | 0a974bc3fe41535e8406b2f989e42f300f92082c (patch) | |
tree | a2e1ed6ca2ad8ef2e01075ad3544de1fcb915c4a /net-p2p/azureus-bin/azureus-bin-2.1.0.4.ebuild | |
parent | added split kdebindings ebuilds (diff) | |
download | historical-0a974bc3fe41535e8406b2f989e42f300f92082c.tar.gz historical-0a974bc3fe41535e8406b2f989e42f300f92082c.tar.bz2 historical-0a974bc3fe41535e8406b2f989e42f300f92082c.zip |
free $HOME cleaning, courtesy of #70023
Diffstat (limited to 'net-p2p/azureus-bin/azureus-bin-2.1.0.4.ebuild')
-rw-r--r-- | net-p2p/azureus-bin/azureus-bin-2.1.0.4.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-p2p/azureus-bin/azureus-bin-2.1.0.4.ebuild b/net-p2p/azureus-bin/azureus-bin-2.1.0.4.ebuild index cbeff810c386..a84f4aeda4ee 100644 --- a/net-p2p/azureus-bin/azureus-bin-2.1.0.4.ebuild +++ b/net-p2p/azureus-bin/azureus-bin-2.1.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/azureus-bin/azureus-bin-2.1.0.4.ebuild,v 1.5 2004/10/26 22:48:05 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/azureus-bin/azureus-bin-2.1.0.4.ebuild,v 1.6 2004/11/06 17:23:53 squinky86 Exp $ inherit eutils @@ -125,16 +125,16 @@ pkg_postinst() { einfo "View->Configuration->Interface->Start" echo einfo "After running azureus for the first time, configuration" - einfo "options will be placed in ~/.azureus/gentoo.config" + einfo "options will be placed in ~/.Azureus/gentoo.config" einfo "It is recommended that you modify this file rather than" einfo "the azureus startup script directly." echo einfo "Currently, only the swt interface is available (ie, the setting" - einfo "in ~/.azureus/gentoo.config is ignored). If you want to use" + einfo "in ~/.Azureus/gentoo.config is ignored). If you want to use" einfo "any of the other interfaces, you will need to get a CVS version" einfo "of the Azureus2.jar from http://azureus.sourceforge.net/index_CVS.php" einfo "and replace ${PROGRAM_DIR}/Azureus2.jar with it. If you do this," - einfo "the setting in ~/.azureus/gentoo.config will be properly used, but" + einfo "the setting in ~/.Azureus/gentoo.config will be properly used, but" einfo "you should report all bugs pertaining to the CVS release to the" einfo "azureus developers and not Gentoo." echo |