]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(b_host): Use freefriends.org, not tug.org.
authorJim Meyering <jim@meyering.net>
Sun, 10 Sep 2000 19:04:09 +0000 (19:04 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 10 Sep 2000 19:04:09 +0000 (19:04 +0000)
Makefile.maint

index 332cff7e3a4f0e9db5423ec93222da5379bac9a6..a658576891f0dc07d41cc75d52c6b3ee58d2b2b6 100644 (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))