diff options
author | Karl Berry <karl@freefriends.org> | 2015-07-03 01:19:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-07-03 01:19:05 +0000 |
commit | 37ec3bcffe5bff555490af64d12ec9d242798118 (patch) | |
tree | e079cf44189011f43e61cc743f63f4525e27ad92 /Master/tlpkg | |
parent | d3aed9d5500cc99163c7587f582a51504c0ee8a1 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@37740 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/installer/config.guess | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/config.guess b/Master/tlpkg/installer/config.guess index f7eb141e75a..e5bdb992065 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-03-04' +timestamp='2015-06-30' # 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 @@ -1038,7 +1038,7 @@ EOF echo ${UNAME_MACHINE}-dec-linux-${LIBC} exit ;; x86_64:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo ${UNAME_MACHINE}-pc-linux-${LIBC} exit ;; xtensa*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} |