Home | History | Annotate | Download | only in BuildScript

Lines Matching refs:patchScript

1011     for patchscript in recipe.get('patchscripts', ()):
1012 if isinstance(patchscript, tuple):
1013 url, checksum = patchscript
1018 fn = os.path.join(curdir, patchscript)
1349 def patchScript(inPath, outPath):
1416 patchScript(postflight, os.path.join(rsrcDir, 'postflight'))
1638 patchScript("scripts/postflight.patch-profile", fn)