~unifield-team/unifield-toolbox/toolbox-py26

« back to all changes in this revision

Viewing changes to PatchTools/make_patch.bash

  • Committer: jf
  • Date: 2017-03-09 15:50:12 UTC
  • Revision ID: jfb@tempo-consulting.fr-20170309155012-11fa55gsajj1c140
Copy OpenERPWebService.py to service/libs/

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
            WARN="""$WARN===== WARNING web/win32/OpenERPWebService.py modified =====
101
101
===== services/OpenERPWebService.exe must be included in the patch file =====
102
102
"""
 
103
            mkdir -p ${WEB_PATCH}/service/libs
 
104
            cp -a ${ff##$WEBDST} ${WEB_PATCH}/service/libs/
103
105
        fi
104
106
        if [[ "${ff##$WEBDST}" == "openerp-web.py" ]]; then
105
107
            WARN="""$WARN===== WARNING web/openerp-web.py modified =====