diff options
author | Michael Biebl <biebl@debian.org> | 2010-09-20 02:35:29 +0200 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2010-09-20 02:35:29 +0200 |
commit | 3c6531b4348d77778c4fab15e5d8e842bd15e091 (patch) | |
tree | bb7bdb1e1d12fb990c31f5445acee7d901fb7d1b /install-sh | |
parent | 6f64702386210741d62f3394e27b1b6695dde698 (diff) | |
download | consolekit-3c6531b4348d77778c4fab15e5d8e842bd15e091.tar.gz |
Imported Upstream version 0.4.2upstream/0.4.2
Diffstat (limited to 'install-sh')
-rwxr-xr-x | install-sh | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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: |