From d955ed8fa45777c11d33a7686bcd29a7bc8c39a7 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 2 Jun 2008 21:44:45 +0000 Subject: [PATCH] Added installed file permission definitions. --- configure/CONFIG_COMMON | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configure/CONFIG_COMMON b/configure/CONFIG_COMMON index 255ae020d..e0fcf6741 100644 --- a/configure/CONFIG_COMMON +++ b/configure/CONFIG_COMMON @@ -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