Exemplo n.º 1
0
 def _relocate_binaries(self, tmp_dir):
     if not self.package.relocate_osx_binaries:
         return
     relocator = OSXRelocator(tmp_dir, self.config.prefix, True)
     for path in ['bin', 'lib', 'libexec']:
         relocator.relocate_dir(path)
Exemplo n.º 2
0
 def _relocate_binaries(self, tmp_dir):
     if not self.package.relocate_osx_binaries:
         return
     relocator = OSXRelocator(tmp_dir, self.config.prefix, True)
     for path in ['bin', 'lib', 'libexec']:
         relocator.relocate_dir(path)