diff options
author | Caleb Tennis <caleb@gentoo.org> | 2003-05-09 15:27:14 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2003-05-09 15:27:14 +0000 |
commit | 747607ed2533ebc88435e4fbf53b11755521438e (patch) | |
tree | 16c1c4df4da90a617869d4339db668499f69b99d /dev-db/mysqlcc/mysqlcc-0.9.2.ebuild | |
parent | Little workaround for bug 20705 (diff) | |
download | gentoo-2-747607ed2533ebc88435e4fbf53b11755521438e.tar.gz gentoo-2-747607ed2533ebc88435e4fbf53b11755521438e.tar.bz2 gentoo-2-747607ed2533ebc88435e4fbf53b11755521438e.zip |
Fix a path typo for correct download location
Diffstat (limited to 'dev-db/mysqlcc/mysqlcc-0.9.2.ebuild')
-rw-r--r-- | dev-db/mysqlcc/mysqlcc-0.9.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/mysqlcc/mysqlcc-0.9.2.ebuild b/dev-db/mysqlcc/mysqlcc-0.9.2.ebuild index 145236b8d35d..94052422d86f 100644 --- a/dev-db/mysqlcc/mysqlcc-0.9.2.ebuild +++ b/dev-db/mysqlcc/mysqlcc-0.9.2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysqlcc/mysqlcc-0.9.2.ebuild,v 1.1 2003/05/05 14:20:41 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysqlcc/mysqlcc-0.9.2.ebuild,v 1.2 2003/05/09 15:27:14 caleb Exp $ inherit eutils S=${WORKDIR}/${P}-src DESCRIPTION="a MySQL GUI Client" HOMEPAGE="http://www.mysql.com/" -SRC_URI="ftp://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/MyCC/${P}-src.tar.gz" +SRC_URI="ftp://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/MySQLCC/${P}-src.tar.gz" LICENSE="GPL-2" SLOT="0" |