235
235
def _run_patch(self, patches, strip=0, reverse=False, dry_run=False):
236
args = ['patch', '-d', self.base, '-s', '-p%d' % strip, '-f']
237
args = ['patch', '-d', self.base, '-s', '-p%d' % strip, '-f']
239
args = ['patch', '-d', self.base, '--binary', '-s', '-p%d' % strip, '-f']