diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-01-16 13:42:00 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-01-16 13:42:00 +0000 |
commit | dfaaf9f0ad1f4218dcee3377faa70e4c940d33ca (patch) | |
tree | 6fe68fda390113a7b9e6781faf1e3e6f8126a6d5 /net-p2p/gift-gnutella/files | |
parent | New ebuild, bug 162291 (diff) | |
download | historical-dfaaf9f0ad1f4218dcee3377faa70e4c940d33ca.tar.gz historical-dfaaf9f0ad1f4218dcee3377faa70e4c940d33ca.tar.bz2 historical-dfaaf9f0ad1f4218dcee3377faa70e4c940d33ca.zip |
Fix CACHE URI, bug 162313
Package-Manager: portage-2.1.2
Diffstat (limited to 'net-p2p/gift-gnutella/files')
-rw-r--r-- | net-p2p/gift-gnutella/files/cacheupdate.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/gift-gnutella/files/cacheupdate.sh b/net-p2p/gift-gnutella/files/cacheupdate.sh index 90ae588459fb..692e5f23beaf 100644 --- a/net-p2p/gift-gnutella/files/cacheupdate.sh +++ b/net-p2p/gift-gnutella/files/cacheupdate.sh @@ -1,9 +1,9 @@ #!/bin/bash # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-gnutella/files/cacheupdate.sh,v 1.8 2006/09/02 14:20:39 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-gnutella/files/cacheupdate.sh,v 1.9 2007/01/16 13:42:00 armin76 Exp $ -CACHE=http://loot.alumnigroup.org/ +CACHE=http://www.gnucleus.com/gwebcache/ if [ -d ~/.giFT/Gnutella/ ]; then cd ~/.giFT/Gnutella |