Lines Matching refs:patchScript
985 for patchscript in recipe.get('patchscripts', ()):
986 if isinstance(patchscript, tuple):
987 url, checksum = patchscript
992 fn = os.path.join(curdir, patchscript)
1331 def patchScript(inPath, outPath):
1398 patchScript(postflight, os.path.join(rsrcDir, 'postflight'))
1620 patchScript("scripts/postflight.patch-profile", fn)
1622 patchScript("resources/install_certificates.command", fn)