[lvm-devel] [PATCH] make: Fix typo in M_INSTALL_SCRIPT

Marian Csontos mcsontos at redhat.com
Thu Dec 14 16:01:03 UTC 2017


On 12/14/2017 04:57 PM, mcsontos at redhat.com wrote:
> From: Marian Csontos <mcsontos at redhat.com>
> 
> - M_INSTALL_SCRIPT is unused, should be M_INSTALL_PROGRAM
> ---
>   make.tmpl.in | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/make.tmpl.in b/make.tmpl.in
> index bdf2349..98bd217 100644
> --- a/make.tmpl.in
> +++ b/make.tmpl.in
> @@ -147,7 +147,7 @@ endif
>   # Handle installation of files
>   ifeq ("@WRITE_INSTALL@", "yes")
>   # leaving defaults
> -M_INSTALL_SCRIPT =
> +M_INSTALL_PROGRAM =
>   M_INSTALL_DATA = -m 644
>   else
>   M_INSTALL_PROGRAM = -m 555
> 

Alasdair, I think this is a typo. Is that right?

M_INSTALL_SCRIPT was actually never used.

-- Martian




More information about the lvm-devel mailing list