summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-07-03 01:19:05 +0000
committerKarl Berry <karl@freefriends.org>2015-07-03 01:19:05 +0000
commit37ec3bcffe5bff555490af64d12ec9d242798118 (patch)
treee079cf44189011f43e61cc743f63f4525e27ad92 /Master
parentd3aed9d5500cc99163c7587f582a51504c0ee8a1 (diff)
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@37740 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/doc.html2
-rwxr-xr-xMaster/tlpkg/installer/config.guess4
2 files changed, 3 insertions, 3 deletions
diff --git a/Master/doc.html b/Master/doc.html
index 448881056cc..8f42cef0595 100644
--- a/Master/doc.html
+++ b/Master/doc.html
@@ -14555,7 +14555,7 @@ Support for typesetting a CV or resumee.
</small></li>
<li><b><a href="texmf-dist/doc/latex/tudscr">tudscr</a></b>:<small>
-Typeset documents in the corporate style of TU Dresden.
+The Corporate Design of TU Dresden.
<a href="texmf-dist/doc/latex/tudscr/tudscr.pdf">tudscr.pdf</a>,
<a href="texmf-dist/doc/latex/tudscr/tudscr_print.pdf">tudscr_print.pdf</a>,
<a href="texmf-dist/doc/latex/tudscr/tudscrsource.pdf">tudscrsource.pdf</a>,
diff --git a/Master/tlpkg/installer/config.guess b/Master/tlpkg/installer/config.guess
index f7eb141e75a..e5bdb992065 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-03-04'
+timestamp='2015-06-30'
# 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
@@ -1038,7 +1038,7 @@ EOF
echo ${UNAME_MACHINE}-dec-linux-${LIBC}
exit ;;
x86_64:Linux:*:*)
- echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
+ echo ${UNAME_MACHINE}-pc-linux-${LIBC}
exit ;;
xtensa*:Linux:*:*)
echo ${UNAME_MACHINE}-unknown-linux-${LIBC}