[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[automake-commit] branch master updated: install-sh: --help tweaks.
From: |
Karl Berry |
Subject: |
[automake-commit] branch master updated: install-sh: --help tweaks. |
Date: |
Tue, 10 Nov 2020 21:18:46 -0500 |
This is an automated email from the git hooks/post-receive script.
karl pushed a commit to branch master
in repository automake.
View the commit online:
https://git.savannah.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=8aa4d93f663a641d3de41cecc5cb93e35381c146
The following commit(s) were added to refs/heads/master by this push:
new 8aa4d93 install-sh: --help tweaks.
8aa4d93 is described below
commit 8aa4d93f663a641d3de41cecc5cb93e35381c146
Author: Karl Berry <karl@freefriends.org>
AuthorDate: Tue Nov 10 18:18:35 2020 -0800
install-sh: --help tweaks.
* lib/install-sh (usage): avoid too-long line, mention
bug reporting address (bug-automake) and automake home page.
---
lib/install-sh | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/lib/install-sh b/lib/install-sh
index c4f150c..b6d2a90 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [automake-commit] branch master updated: install-sh: --help tweaks.,
Karl Berry <=