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

This commit is contained in:
Brad King 2001-06-19 16:05:24 -04:00
parent a5087b8cca
commit 016cc41e6e
1 changed files with 1 additions and 1 deletions

View File

@ -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: