~unifield-team/unifield-wm/packaging_py27

« back to all changes in this revision

Viewing changes to mk-pg-patch

  • Committer: Jeff Allen
  • Date: 2017-09-04 14:23:25 UTC
  • Revision ID: jeff.allen@geneva.msf.org-20170904142325-tse10u87vqnribe6
Ensure that msvcr120.dll is present in patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
      pgsql/bin/* pgsql/lib/* pgsql/share/*
34
34
mv pgsql $to2
35
35
 
 
36
# Special case: add msvcr120.dll into 9.x, because
 
37
# they depend on it, and during patching we don't have a
 
38
# change to run the MSVC runtime installer like we do
 
39
# during PG install.
 
40
[ "$from2" != "8.4.17" ] && cp windows/msvcr120.dll $from2/bin
 
41
cp windows/msvcr120.dll $to2/bin
 
42
 
36
43
# find the tool to make patches
37
44
 
38
45
bsdiff=msf/repo/lpunifield-server_trunk/bin/bsdifftree.py