chamge location of files

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/mysql@2107 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one 2010-03-28 06:20:38 +00:00
parent af5899bbbe
commit 2fbcbfca1a
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ SRC_URI="${SERVER_URI}"
for str in ${MYSQL_STORAGE} ; do
STORAGE_USE="${str/-*/}"
SRC_URI="${SRC_URI} ${STORAGE_USE}? ( http://ftp.mars.arge.at/mysql/mysql-storage-${str}.tar.gz )"
SRC_URI="${SRC_URI} ${STORAGE_USE}? ( http://ftp.disconnected-by-peer.at/mysql/mysql-storage-${str}.tar.gz )"
STORAGE_IUSE="${STORAGE_IUSE} ${STORAGE_USE}"
done