BUG: Exectuable installation must set permissions to 755 in case installer has a umask like 007.
This commit is contained in:
parent
a5087b8cca
commit
016cc41e6e
|
@ -23,7 +23,7 @@ BIN_INSTALL_DIR = $(exec_prefix)/bin
|
||||||
LIB_INSTALL_DIR = $(exec_prefix)/share/CMake
|
LIB_INSTALL_DIR = $(exec_prefix)/share/CMake
|
||||||
|
|
||||||
INSTALL = @srcdir@/install-sh -c
|
INSTALL = @srcdir@/install-sh -c
|
||||||
INSTALL_PROGRAM = ${INSTALL}
|
INSTALL_PROGRAM = ${INSTALL} -m 755
|
||||||
INSTALL_DATA = ${INSTALL} -m 644
|
INSTALL_DATA = ${INSTALL} -m 644
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|
Loading…
Reference in New Issue