diff options
author | biao716.wang <biao716.wang@samsung.com> | 2021-02-23 17:00:38 +0900 |
---|---|---|
committer | biao716.wang <biao716.wang@samsung.com> | 2021-02-23 17:00:38 +0900 |
commit | 2af3c624872b944f5d294b7b71e765b76d87b277 (patch) | |
tree | 5dd8d09f024e4deb784b48857bcfd256a18f224e /mkinstalldirs | |
parent | 3a32c23a16ded3a5efc395235f28bfd9df2f0f29 (diff) | |
download | rpm-2af3c624872b944f5d294b7b71e765b76d87b277.tar.gz rpm-2af3c624872b944f5d294b7b71e765b76d87b277.tar.bz2 rpm-2af3c624872b944f5d294b7b71e765b76d87b277.zip |
Fix generate empty debugsource packages with rpm 4.14.1submit/tizen_base/20210223.130441submit/tizen_base/20210223.120237accepted/tizen/base/tool/20210302.233540
Change-Id: I6492ba2f49b43470edff096685621147bdadbcfc
Signed-off-by: biao716.wang <biao716.wang@samsung.com>
Diffstat (limited to 'mkinstalldirs')
-rwxr-xr-x | mkinstalldirs | 4 |
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: |