diff options
author | Dan McGee <dan@archlinux.org> | 2010-09-23 09:08:28 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-09-23 09:08:30 -0500 |
commit | 413508c6fa54f465cdcf021a59ee7e6a38d5b1e7 (patch) | |
tree | 19d8c1a6a5bea5eb02c82a5896452f1b2a649f15 /mkinstalldirs | |
parent | af31fd6494994fa76f26b94423109b4b21a1f663 (diff) |
Update more supplementary build scripts
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'mkinstalldirs')
-rwxr-xr-x | mkinstalldirs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mkinstalldirs b/mkinstalldirs index ef7e16fd..4191a45d 100755 --- a/mkinstalldirs +++ b/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: |