From afc34e047d64538705ac7188781ae055a6a152f1 Mon Sep 17 00:00:00 2001 From: David Rose Date: Mon, 31 Aug 2009 16:34:57 +0000 Subject: [PATCH] install .so's with 755 --- dtool/pptempl/Template.unix.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dtool/pptempl/Template.unix.pp b/dtool/pptempl/Template.unix.pp index 42f8bffc35..7568e768e3 100644 --- a/dtool/pptempl/Template.unix.pp +++ b/dtool/pptempl/Template.unix.pp @@ -386,13 +386,13 @@ $[TAB] rm -f $[sort $[installed_files]] $[install_lib_dir]/$[lib_prefix]$[TARGET]$[lib_ext] : $[ODIR]/$[lib_prefix]$[TARGET]$[lib_ext] #define local $[ODIR]/$[lib_prefix]$[TARGET]$[lib_ext] #define dest $[install_lib_dir] -$[TAB] $[INSTALL] +$[TAB] $[INSTALL_PROG] #if $[link_extra_bundle] $[install_lib_dir]/$[lib_prefix]$[TARGET]$[bundle_ext] : $[ODIR]/$[lib_prefix]$[TARGET]$[bundle_ext] #define local $[ODIR]/$[lib_prefix]$[TARGET]$[bundle_ext] #define dest $[install_lib_dir] -$[TAB] $[INSTALL] +$[TAB] $[INSTALL_PROG] #endif // link_extra_bundle #if $[igatescan]