diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-06 19:13:24 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-06 19:13:24 +0000 |
commit | fab7334732b4430ed36f5e1944403b6d2b9945c1 (patch) | |
tree | 6e1d276385754c21df5381e0b21ca04d2985079c /net-im/ymessenger | |
parent | added -ppc to keywrods (diff) | |
download | gentoo-2-fab7334732b4430ed36f5e1944403b6d2b9945c1.tar.gz gentoo-2-fab7334732b4430ed36f5e1944403b6d2b9945c1.tar.bz2 gentoo-2-fab7334732b4430ed36f5e1944403b6d2b9945c1.zip |
made download instructions clearer
Diffstat (limited to 'net-im/ymessenger')
-rw-r--r-- | net-im/ymessenger/ymessenger-0.99.19.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/ymessenger/ymessenger-0.99.19.ebuild b/net-im/ymessenger/ymessenger-0.99.19.ebuild index 5f79adf360e0..9eb9bc5313af 100644 --- a/net-im/ymessenger/ymessenger-0.99.19.ebuild +++ b/net-im/ymessenger/ymessenger-0.99.19.ebuild @@ -1,6 +1,6 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-im/ymessenger/ymessenger-0.99.19.ebuild,v 1.5 2002/07/23 06:58:54 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ymessenger/ymessenger-0.99.19.ebuild,v 1.6 2002/08/06 19:13:24 seemant Exp $ # If you are looking in here, it is because emerge has instructed you to do # so. Please go to http://messenger.yahoo.com/download/unix.html and scroll @@ -32,7 +32,7 @@ pkg_setup() { src_unpack() { if [ ! -f ${DISTDIR}/${MY_P}.tar.gz ] then - die "Please download ${MY_P} from ${HOMEPAGE} -- Note that you need the one for Debian Sid -- and place into ${DISTDIR}" + die "Please download ${MY_P} from ${HOMEPAGE}. Scroll to the bottom to find the tarballs for Non-Root Installs.-- Note that you need the one for Debian Sid -- and place into ${DISTDIR}" fi unpack ${MY_P}.tar.gz || die } |