From: Karl Berry Date: Wed, 11 Nov 2020 02:18:35 +0000 (-0800) Subject: install-sh: --help tweaks. X-Git-Tag: v1.16.3~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8aa4d93f663a641d3de41cecc5cb93e35381c146;p=thirdparty%2Fautomake.git install-sh: --help tweaks. * lib/install-sh (usage): avoid too-long line, mention bug reporting address (bug-automake) and automake home page. --- diff --git a/lib/install-sh b/lib/install-sh index c4f150ceb..b6d2a909d 100755 --- a/lib/install-sh +++ b/lib/install-sh @@ -1,7 +1,7 @@ #!/bin/sh # install - install a program, script, or datafile -scriptversion=2020-11-11.02; # UTC +scriptversion=2020-11-11.03; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the @@ -103,7 +103,7 @@ Options: --version display version info and exit. -c (ignored) - -C install only if different (preserve the last data modification time) + -C install only if different (preserve data modification time) -d create directories instead of installing files. -g GROUP $chgrpprog installed files to GROUP. -m MODE $chmodprog installed files to MODE. @@ -119,6 +119,9 @@ Environment variables override the default commands: By default, rm is invoked with -f; when overridden with RMPROG, it's up to you to specify -f if you want it. + +Email bug reports to bug-automake@gnu.org. +Automake home page: https://www.gnu.org/software/automake/ " while test $# -ne 0; do