diff options
author | Karl Berry <karl@freefriends.org> | 2007-01-07 16:20:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-01-07 16:20:29 +0000 |
commit | faaecb0cf43705dc226636beb5d74d3558760d61 (patch) | |
tree | 5f98226a17d8d984e94a1db2ff3d5a2c09a1a7bd /Master/utils.sh | |
parent | e6ca34141940ea34db44a1c006c50923f7aee71c (diff) |
i386-openbsd support
git-svn-id: svn://tug.org/texlive/trunk@3201 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/utils.sh')
-rwxr-xr-x | Master/utils.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/utils.sh b/Master/utils.sh index ec7c5eab8d0..b8b327b3cb0 100755 --- a/Master/utils.sh +++ b/Master/utils.sh @@ -4,7 +4,7 @@ # utils.sh -- utility routines for the TeX Live installation scripts. # Do not call directly. # -# Copyright (c) Sebastian Rahtz and Karl Berry 2003, 2004, 2005, 2006. +# Copyright Sebastian Rahtz and Karl Berry 2003, 2004, 2005, 2006. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -423,6 +423,7 @@ platform_guess() *86-cygwin*) Sys=i386_cgywin;; *86-darwin*) Sys=i386_darwin;; *86-freebsd*) Sys=i386_freebsd;; + *86-openbsd*) Sys=i386_openbsd;; *86-linux*) Sys=i386_linux;; *86-solaris*) Sys=i386_solaris;; *86_64*-linux*) Sys=x86_64_linux;; |