Added installed file permission definitions.

This commit is contained in:
Janet B. Anderson
2008-06-02 21:44:45 +00:00
parent 39255ad560
commit d955ed8fa4

View File

@@ -352,6 +352,12 @@ INSTALL_CONFIGS = $(CONFIGS:%= $(INSTALL_CONFIG)/%)
INSTALL_BIN_INSTALLS = $(addprefix $(INSTALL_BIN)/,$(notdir $(BIN_INSTALLS)))
INSTALL_LIB_INSTALLS = $(addprefix $(INSTALL_LIB)/,$(notdir $(LIB_INSTALLS)))
#---------------------------------------------------------------
# Installed file permissions
BIN_PERMISSIONS = 555
LIB_PERMISSIONS = 644
INSTALL_PERMISSIONS = 644
#---------------------------------------------------------------
#
# auto determine the directory paths that things are installed to