Browse Source

install .so's with 755

David Rose 16 years ago
parent
commit
afc34e047d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      dtool/pptempl/Template.unix.pp

+ 2 - 2
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]
 $[install_lib_dir]/$[lib_prefix]$[TARGET]$[lib_ext] : $[ODIR]/$[lib_prefix]$[TARGET]$[lib_ext]
 #define local $[ODIR]/$[lib_prefix]$[TARGET]$[lib_ext]
 #define local $[ODIR]/$[lib_prefix]$[TARGET]$[lib_ext]
 #define dest $[install_lib_dir]
 #define dest $[install_lib_dir]
-$[TAB] $[INSTALL]
+$[TAB] $[INSTALL_PROG]
 
 
 #if $[link_extra_bundle]
 #if $[link_extra_bundle]
 $[install_lib_dir]/$[lib_prefix]$[TARGET]$[bundle_ext] : $[ODIR]/$[lib_prefix]$[TARGET]$[bundle_ext]
 $[install_lib_dir]/$[lib_prefix]$[TARGET]$[bundle_ext] : $[ODIR]/$[lib_prefix]$[TARGET]$[bundle_ext]
 #define local $[ODIR]/$[lib_prefix]$[TARGET]$[bundle_ext]
 #define local $[ODIR]/$[lib_prefix]$[TARGET]$[bundle_ext]
 #define dest $[install_lib_dir]
 #define dest $[install_lib_dir]
-$[TAB] $[INSTALL]
+$[TAB] $[INSTALL_PROG]
 #endif  // link_extra_bundle
 #endif  // link_extra_bundle
 
 
 #if $[igatescan]
 #if $[igatescan]