Re: [PATCH] install-sh: Use the -c option to preserve permissions during copy

2020-11-11 Thread Karl Berry
+-c) cpprog="$cpprog -p";; As discussed, I changed the option to -p. Also added it to the --help message and mentioned it in NEWS. --thanks, karl. index 4fe1350..c4f150c 100755 --- a/lib/install-sh +++ b/lib/install-sh @@ -1,7 +1,7 @@ #!/bin/sh # install - install a program, script, or

[PATCH] install-sh: Use the -c option to preserve permissions during copy

2018-03-17 Thread Julien ÉLIE
Hi, Here is a suggestion of patch we've been using for almost two decades with INN (a news server). https://inn.eyrie.org/trac/changeset/2777 Maybe it was the sense the "-c" option once had (?) -- Julien ÉLIE Re-use the "-c" option to have install-sh preserve permissions when copying file