Browse Source

*** empty log message ***

David Rose 25 years ago
parent
commit
243a9be23a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      dtool/Config.pp

+ 2 - 2
dtool/Config.pp

@@ -396,8 +396,8 @@
 // How to install a data file or executable file.  $[local] is the
 // 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
 // local name of the file to install, and $[dest] is the name of the
 // directory to put it in.
 // 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
 // When building under Irix, we assume you want to use the MIPSPro
 // compiler.  Comment this bit out (or redefine the variables
 // compiler.  Comment this bit out (or redefine the variables