diff options
author | Karl Berry <karl@freefriends.org> | 2015-07-05 01:20:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-07-05 01:20:26 +0000 |
commit | 3e33e96c8f369d4f7e90f9e5a883fae491665243 (patch) | |
tree | c929fa6d8ea78c2d9c6a89a25b0c4f5f444b35db /Master/tlpkg | |
parent | 56dc098779872b78a7756b48a19989bc679ec55a (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@37769 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/installer/config.guess | 4 | ||||
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 7 |
2 files changed, 6 insertions, 5 deletions
diff --git a/Master/tlpkg/installer/config.guess b/Master/tlpkg/installer/config.guess index e5bdb992065..fddac4281a6 100755 --- a/Master/tlpkg/installer/config.guess +++ b/Master/tlpkg/installer/config.guess @@ -2,7 +2,7 @@ # Attempt to guess a canonical system name. # Copyright 1992-2015 Free Software Foundation, Inc. -timestamp='2015-06-30' +timestamp='2015-07-03' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -221,7 +221,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in release='-gnu' ;; *) - release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` + release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2` ;; esac # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 1d507b0a484..9179d48824d 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -26,6 +26,7 @@ $mirrors = { 'http://ftp.jaist.ac.jp/pub/CTAN/' => 1 }, 'Korea' => { + 'http://ftp.kaist.ac.kr/pub/tex-archive/' => 1, 'http://ftp.ktug.org/tex-archive/' => 1, 'http://ftp.neowiz.com/CTAN/' => 1 }, @@ -111,12 +112,12 @@ $mirrors = { 'Russia' => { 'http://ctan.uni-altai.ru/' => 1 }, - 'Slovenia' => { - 'http://ctan.ijs.si/tex-archive/' => 1 - }, 'Spain' => { 'http://osl.ugr.es/CTAN/' => 1 }, + 'Sweden' => { + 'http://ftp.acc.umu.se/mirror/CTAN/' => 1 + }, 'Switzerland' => { 'http://mirror.switch.ch/ftp/mirror/tex/' => 1, 'http://www.pirbot.com/mirrors/ctan/' => 1 |