| 1 |
|
#!/bin/sh |
| 2 |
|
# install - install a program, script, or datafile |
| 3 |
|
|
| 4 |
< |
scriptversion=2013-12-25.23; # UTC |
| 4 |
> |
scriptversion=2016-01-11.22; # UTC |
| 5 |
|
|
| 6 |
|
# This originates from X11R5 (mit/util/scripts/install.sh), which was |
| 7 |
|
# later released in X11R6 (xc/config/util/install.sh) with the |
| 496 |
|
# eval: (add-hook 'write-file-hooks 'time-stamp) |
| 497 |
|
# time-stamp-start: "scriptversion=" |
| 498 |
|
# time-stamp-format: "%:y-%02m-%02d.%02H" |
| 499 |
< |
# time-stamp-time-zone: "UTC" |
| 499 |
> |
# time-stamp-time-zone: "UTC0" |
| 500 |
|
# time-stamp-end: "; # UTC" |
| 501 |
|
# End: |