diff options
author | Karl Berry <karl@freefriends.org> | 2019-03-20 22:57:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-03-20 22:57:54 +0000 |
commit | d127cd59126d10b2e8755fd6d9fb6c7b36829b8a (patch) | |
tree | 1008214633ddd4898e83fbe5c4c19bff17be9671 /Master/tlpkg | |
parent | 1a11428af995659092f151b8d354e231a2492ac4 (diff) |
(platform_desc) <armhf-linux>: change description,
suggested by Simon Dales.
git-svn-id: svn://tug.org/texlive/trunk@50493 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/TeXLive/TLUtils.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index 45a1a6b6467..9904dac4742 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -377,7 +377,7 @@ sub platform_desc { 'amd64-kfreebsd' => 'GNU/kFreeBSD on x86_64', 'amd64-netbsd' => 'NetBSD on x86_64', 'armel-linux' => 'GNU/Linux on ARM', - 'armhf-linux' => 'GNU/Linux on ARMhf', + 'armhf-linux' => 'GNU/Linux on ARMv6/RPi', 'hppa-hpux' => 'HP-UX', 'i386-cygwin' => 'Cygwin on Intel x86', 'i386-darwin' => 'MacOSX legacy (10.5-10.6) on Intel x86', |