diff options
-rwxr-xr-x | Master/tlpkg/bin/tl-update-auto | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/tl-update-auto b/Master/tlpkg/bin/tl-update-auto index 2318c23ada1..54365604d9a 100755 --- a/Master/tlpkg/bin/tl-update-auto +++ b/Master/tlpkg/bin/tl-update-auto @@ -109,6 +109,8 @@ done # for gnuconf in config.guess config.sub; do url="http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=$gnuconf;hb=HEAD" + # savannah git web interface is not operating + url="http://tug.org/~karl/$gnuconf" wget -O $temp $url >$temp.2 2>&1 if test ! -s $temp; then echo "$0: skipping, could not retrieve $gnuconf:" >&2 |