diff options
author | Karl Berry <karl@freefriends.org> | 2009-05-07 01:38:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-05-07 01:38:45 +0000 |
commit | 2eed1ab71e3889c089b55e261d105525715f71ff (patch) | |
tree | 7283b62760a4754d15a81a72797b91dab96d9efa /Build/source/config | |
parent | 1a84c394b5824539e5bda6a05e50e47ecc869ef2 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@12965 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/config')
-rw-r--r-- | Build/source/config/install-sh | 5 | ||||
-rwxr-xr-x | Build/source/config/missing | 7 | ||||
-rwxr-xr-x | Build/source/config/mkinstalldirs | 5 |
3 files changed, 10 insertions, 7 deletions
diff --git a/Build/source/config/install-sh b/Build/source/config/install-sh index a5897de6ea7..6781b987bdb 100644 --- a/Build/source/config/install-sh +++ b/Build/source/config/install-sh @@ -1,7 +1,7 @@ #!/bin/sh # install - install a program, script, or datafile -scriptversion=2006-12-25.00 +scriptversion=2009-04-28.21; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the @@ -515,5 +515,6 @@ done # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" -# time-stamp-end: "$" +# time-stamp-time-zone: "UTC" +# time-stamp-end: "; # UTC" # End: diff --git a/Build/source/config/missing b/Build/source/config/missing index f359dae7a87..727cfa0a15e 100755 --- a/Build/source/config/missing +++ b/Build/source/config/missing @@ -1,10 +1,10 @@ #! /bin/sh # Common stub for a few missing GNU programs while installing. -scriptversion=2008-12-21.33 +scriptversion=2009-04-28.21; # UTC # Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006, -# 2008 Free Software Foundation, Inc. +# 2008, 2009 Free Software Foundation, Inc. # Originally by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996. # This program is free software; you can redistribute it and/or modify @@ -371,5 +371,6 @@ exit 0 # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" -# time-stamp-end: "$" +# time-stamp-time-zone: "UTC" +# time-stamp-end: "; # UTC" # End: diff --git a/Build/source/config/mkinstalldirs b/Build/source/config/mkinstalldirs index ef7e16fdafe..4191a45dbd7 100755 --- a/Build/source/config/mkinstalldirs +++ b/Build/source/config/mkinstalldirs @@ -1,7 +1,7 @@ #! /bin/sh # mkinstalldirs --- make directory hierarchy -scriptversion=2006-05-11.19 +scriptversion=2009-04-28.21; # UTC # Original author: Noah Friedman <friedman@prep.ai.mit.edu> # Created: 1993-05-16 @@ -157,5 +157,6 @@ exit $errstatus # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" -# time-stamp-end: "$" +# time-stamp-time-zone: "UTC" +# time-stamp-end: "; # UTC" # End: |