summaryrefslogtreecommitdiff
path: root/Master/utils.sh
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-12-11 01:32:54 +0000
committerKarl Berry <karl@freefriends.org>2006-12-11 01:32:54 +0000
commita08fa9d818c0134d891210da1a0afed0b421b19d (patch)
tree2823ecfe179ea1b0a09a4c929553afdf8f6a7611 /Master/utils.sh
parentb709acf04a3c9a8cb11dc3a015b09e87a09b937b (diff)
new platform i386-solaris
git-svn-id: svn://tug.org/texlive/trunk@2683 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/utils.sh')
-rwxr-xr-xMaster/utils.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/utils.sh b/Master/utils.sh
index e1a0794f552..465ed4a060c 100755
--- a/Master/utils.sh
+++ b/Master/utils.sh
@@ -1,10 +1,10 @@
#!/bin/sh
# $Id$
#
-# utils.sh -- utility routines for the installation scripts.
+# utils.sh -- utility routines for the TeX Live installation scripts.
# Do not call directly.
#
-# Copyright (c) Sebastian Rahtz 2003, 2004, 2005, 2006.
+# Copyright (c) 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
@@ -424,6 +424,7 @@ platform_guess()
*86-darwin*) Sys=i386_darwin;;
*86-freebsd*) Sys=i386_freebsd;;
*86-linux*) Sys=i386_linux;;
+ *86-solaris*) Sys=i386_solaris;;
*86_64*-linux*) Sys=x86_64_linux;;
alpha*-linux*) Sys=alpha_linux;;
mips-irix*) Sys=mips_irix;;