index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2010-09-27 09:21:02 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-09-27 09:21:02 -0500 |
commit | dff06a817016996f414b547fa8db011436bbc63f (patch) | |
tree | 2e7f3c822cfed7590cd1256d54eb50082d1be63a /mkinstalldirs | |
parent | 900605912b32d08ece7a3e80e4c6b258485676b7 (diff) | |
parent | f489e969f0ca65fe210678844fabddd29a7597e1 (diff) |
-rwxr-xr-x | mkinstalldirs | 5 |
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: |