summaryrefslogtreecommitdiff
path: root/mkinstalldirs
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2020-01-07 12:47:01 -0700
committerEduardo Chappa <chappa@washington.edu>2020-01-07 12:47:01 -0700
commitef4518e9aad321a6b6f7af940bbccdbcf42595d0 (patch)
tree5426cc1fa703668044762b70fbb5b819bccf20cb /mkinstalldirs
parentf398f615b6df385aec2b3553310cc237b29e068a (diff)
downloadalpine-ef4518e9aad321a6b6f7af940bbccdbcf42595d0.tar.xz
* Do not add -lcrypt to LIBS when it is not required. Reported by Ryan
Elliot.
Diffstat (limited to 'mkinstalldirs')
-rwxr-xr-xmkinstalldirs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mkinstalldirs b/mkinstalldirs
index a31ce6d..55d537f 100755
--- a/mkinstalldirs
+++ b/mkinstalldirs
@@ -1,7 +1,7 @@
#! /bin/sh
# mkinstalldirs --- make directory hierarchy
-scriptversion=2016-01-11.22; # UTC
+scriptversion=2009-04-28.21; # 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: "UTC0"
+# time-stamp-time-zone: "UTC"
# time-stamp-end: "; # UTC"
# End: