From b5ef8f007d5ebe3f30a1076df31535752b5a71ba Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 27 Jul 2004 12:37:15 +0000 Subject: [PATCH] install -Cm is causing problems --- dtool/Config.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dtool/Config.pp b/dtool/Config.pp index 80846ed8f8..468e8832f3 100644 --- a/dtool/Config.pp +++ b/dtool/Config.pp @@ -681,8 +681,8 @@ // a running program without crashing the running instance. However, // it doesn't understanding installing a program from a subdirectory, // so we have to cd into the source directory first. -#defer INSTALL $[if $[ne $[dir $[local]], ./],cd ./$[dir $[local]] &&] install -Cm $[INSTALL_UMASK_DATA] $[notdir $[local]] $[dest]/ -#defer INSTALL_PROG $[if $[ne $[dir $[local]], ./],cd ./$[dir $[local]] &&] install -Cm $[INSTALL_UMASK_PROG] $[notdir $[local]] $[dest]/ +#defer INSTALL $[if $[ne $[dir $[local]], ./],cd ./$[dir $[local]] &&] install -m $[INSTALL_UMASK_DATA] $[notdir $[local]] $[dest]/ +#defer INSTALL_PROG $[if $[ne $[dir $[local]], ./],cd ./$[dir $[local]] &&] install -m $[INSTALL_UMASK_PROG] $[notdir $[local]] $[dest]/ // Variable definitions for building with the Irix MIPSPro compiler. #if $[eq $[USE_COMPILER], MIPS]