Parcourir la source

BUG: Exectuable installation must set permissions to 755 in case installer has a umask like 007.

Brad King il y a 24 ans
Parent
commit
016cc41e6e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Makefile.in

+ 1 - 1
Makefile.in

@@ -23,7 +23,7 @@ BIN_INSTALL_DIR = $(exec_prefix)/bin
 LIB_INSTALL_DIR = $(exec_prefix)/share/CMake
 
 INSTALL =		@srcdir@/install-sh -c
-INSTALL_PROGRAM =	${INSTALL}
+INSTALL_PROGRAM =	${INSTALL} -m 755
 INSTALL_DATA =		${INSTALL} -m 644
 
 install: