use more standard permissions for bins and libs
This commit is contained in:
@ -422,9 +422,9 @@ INSTALL_LIB_INSTALLS = $(addprefix $(INSTALL_LIB)/,$(notdir $(LIB_INSTALLS)))
|
|||||||
|
|
||||||
#---------------------------------------------------------------
|
#---------------------------------------------------------------
|
||||||
# Installed file permissions
|
# Installed file permissions
|
||||||
BIN_PERMISSIONS = 555
|
BIN_PERMISSIONS = 755
|
||||||
LIB_PERMISSIONS = 444
|
LIB_PERMISSIONS = 644
|
||||||
SHRLIB_PERMISSIONS = 555
|
SHRLIB_PERMISSIONS = 755
|
||||||
INSTALL_PERMISSIONS = 444
|
INSTALL_PERMISSIONS = 444
|
||||||
|
|
||||||
#---------------------------------------------------------------
|
#---------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user