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

mcsontos at redhat.com mcsontos at redhat.com
Thu Dec 14 15:57:58 UTC 2017


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
-- 
1.8.3.1




More information about the lvm-devel mailing list