summaryrefslogtreecommitdiff
path: root/mkinstalldirs
diff options
context:
space:
mode:
authorbiao716.wang <biao716.wang@samsung.com>2021-02-23 17:00:38 +0900
committerbiao716.wang <biao716.wang@samsung.com>2021-02-23 17:00:38 +0900
commit2af3c624872b944f5d294b7b71e765b76d87b277 (patch)
tree5dd8d09f024e4deb784b48857bcfd256a18f224e /mkinstalldirs
parent3a32c23a16ded3a5efc395235f28bfd9df2f0f29 (diff)
downloadrpm-2af3c624872b944f5d294b7b71e765b76d87b277.tar.gz
rpm-2af3c624872b944f5d294b7b71e765b76d87b277.tar.bz2
rpm-2af3c624872b944f5d294b7b71e765b76d87b277.zip
Change-Id: I6492ba2f49b43470edff096685621147bdadbcfc Signed-off-by: biao716.wang <biao716.wang@samsung.com>
Diffstat (limited to 'mkinstalldirs')
-rwxr-xr-xmkinstalldirs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mkinstalldirs b/mkinstalldirs
index 55d537f87..a31ce6d02 100755
--- a/mkinstalldirs
+++ b/mkinstalldirs
@@ -1,7 +1,7 @@
#! /bin/sh
# mkinstalldirs --- make directory hierarchy
-scriptversion=2009-04-28.21; # UTC
+scriptversion=2016-01-11.22; # UTC
# Original author: Noah Friedman <friedman@prep.ai.mit.edu>
# Created: 1993-05-16
@@ -157,6 +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-time-zone: "UTC"
+# time-stamp-time-zone: "UTC0"
# time-stamp-end: "; # UTC"
# End: