Refresh MSI 3.14 patch to allow using it

- set MSI to $EPICS_BASE_BIN/msi
- make patch file more symmetrical (patch with -p1)
- closes #20 (again), closes #36
This commit is contained in:
Michael Davidsaver
2020-04-29 14:50:33 -07:00
committed by Ralph Lange
parent 157a7af098
commit 27a1224d6d
3 changed files with 43 additions and 9 deletions

View File

@@ -330,7 +330,7 @@ def add_dependency(dep):
if 'BASE_3_14=YES' in f.read():
print('Adding MSI 1.7 to {0}'.format(place))
sys.stdout.flush()
sp.check_call(['patch', '-p0', '-i', os.path.join(ciscriptsdir, 'add-msi-to-314.patch')],
sp.check_call(['patch', '-p1', '-i', os.path.join(ciscriptsdir, 'add-msi-to-314.patch')],
cwd=place)
else:
# force including RELEASE.local for non-base modules by overwriting their configure/RELEASE