diff options
author | Karl Berry <karl@freefriends.org> | 2015-11-21 02:17:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-11-21 02:17:17 +0000 |
commit | f037bc7ae39bc9eb9b5c600303b162a39dc05dd2 (patch) | |
tree | dcd242f07d4e95b71481296152cd3a7b7c172dcc /Master | |
parent | d600f1abba80c680613a5c288be804f645c26586 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@38909 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/tlpkg/installer/config.guess | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/config.guess b/Master/tlpkg/installer/config.guess index b3f905370ac..fba6e87a0f8 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-10-21' +timestamp='2015-11-19' # 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 @@ -1393,6 +1393,9 @@ EOF x86_64:VMkernel:*:*) echo ${UNAME_MACHINE}-unknown-esx exit ;; + amd64:Isilon\ OneFS:*:*) + echo x86_64-unknown-onefs + exit ;; esac cat >&2 <<EOF |