diff options
author | Karl Berry <karl@freefriends.org> | 2011-06-02 02:15:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-06-02 02:15:05 +0000 |
commit | 213272503ecb3fdad0b6005dfffa85a0c49fc3ed (patch) | |
tree | 7e9dcf54d6c2cb910685bcb435a0588040820eb9 /Master | |
parent | 488537a4941d76e6548c61e98d6c5ee558a31b90 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@22728 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/tlpkg/installer/config.guess | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/config.guess b/Master/tlpkg/installer/config.guess index 40eaed4821e..ea5f06fc5f3 100755 --- a/Master/tlpkg/installer/config.guess +++ b/Master/tlpkg/installer/config.guess @@ -978,7 +978,7 @@ EOF echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; tile*:Linux:*:*) - echo ${UNAME_MACHINE}-tilera-linux-gnu + echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; vax:Linux:*:*) echo ${UNAME_MACHINE}-dec-linux-gnu |