1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 18:56:39 +02:00

(b_host): Use freefriends.org, not tug.org.

This commit is contained in:
Jim Meyering
2000-09-10 19:04:09 +00:00
parent 4df3e0f3b9
commit 31d9a98e82

View File

@@ -77,14 +77,14 @@ PREV_VERSION_REGEXP := $(shell echo $(PREV_VERSION)|sed 's/\./\\./g')
v = Version
a_host = alpha.gnu.org
b_host = tug.org
b_host = freefriends.org
alpha_subdir = gnu/fetish
a_url_dir = $(alpha_subdir)
b_url_dir = $(alpha_subdir)
a_real_dir = /fs/share/ftp/$(alpha_subdir)
b_real_dir = /home/ftp/pub/$(alpha_subdir)
b_real_dir = /home/ftp/$(alpha_subdir)
url_dir_list = $(foreach x,a b,ftp://$($(x)_host)/$($(x)_url_dir))