use more standard permissions for bins and libs

This commit is contained in:
2024-08-06 14:38:13 +02:00
committed by Andrew Johnson
parent 8e62ea4965
commit 403ebab858

View File

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