From 243a9be23af73c120a0f560aca2062ee20f50f65 Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 1 Dec 2000 23:54:18 +0000 Subject: [PATCH] *** empty log message *** --- dtool/Config.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dtool/Config.pp b/dtool/Config.pp index 3c85c9f441..46f69e223b 100644 --- a/dtool/Config.pp +++ b/dtool/Config.pp @@ -396,8 +396,8 @@ // How to install a data file or executable file. $[local] is the // local name of the file to install, and $[dest] is the name of the // directory to put it in. -#defer INSTALL install -m 644 $[local] $[dest] -#defer INSTALL_PROG install -m 755 $[local] $[dest] +#defer INSTALL install -m 666 $[local] $[dest] +#defer INSTALL_PROG install -m 777 $[local] $[dest] // When building under Irix, we assume you want to use the MIPSPro // compiler. Comment this bit out (or redefine the variables