Esempio n. 1
0
 def fixup_func(file_path):
     if os.path.islink(file_path):
         return
     if not file_path.endswith('.pc'):
         return
     repo.fix_pkg_config(self.stagedir, file_path,
                         self.plugin.installdir)
Esempio n. 2
0
 def fixup_func(file_path):
     if os.path.islink(file_path):
         return
     if not file_path.endswith('.pc'):
         return
     repo.fix_pkg_config(
         self.stagedir, file_path, self.plugin.installdir)