Show More
@@ -197,10 +197,10 b' osx:' | |||||
197 | --identifier org.mercurial-scm.mercurial \ |
|
197 | --identifier org.mercurial-scm.mercurial \ | |
198 | --version "$${HGVER}" \ |
|
198 | --version "$${HGVER}" \ | |
199 | build/mercurial.pkg && \ |
|
199 | build/mercurial.pkg && \ | |
200 | productbuild --distribution contrib/macosx/distribution.xml \ |
|
200 | productbuild --distribution contrib/packaging/macosx/distribution.xml \ | |
201 | --package-path build/ \ |
|
201 | --package-path build/ \ | |
202 | --version "$${HGVER}" \ |
|
202 | --version "$${HGVER}" \ | |
203 | --resources contrib/macosx/ \ |
|
203 | --resources contrib/packaging/macosx/ \ | |
204 | "$${OUTPUTDIR:-dist/}"/Mercurial-"$${HGVER}"-macosx"$${OSXVER}".pkg |
|
204 | "$${OUTPUTDIR:-dist/}"/Mercurial-"$${HGVER}"-macosx"$${OSXVER}".pkg | |
205 |
|
205 | |||
206 | deb: |
|
206 | deb: |
1 | NO CONTENT: file renamed from contrib/macosx/Readme.html to contrib/packaging/macosx/Readme.html |
|
NO CONTENT: file renamed from contrib/macosx/Readme.html to contrib/packaging/macosx/Readme.html |
1 | NO CONTENT: file renamed from contrib/macosx/Welcome.html to contrib/packaging/macosx/Welcome.html |
|
NO CONTENT: file renamed from contrib/macosx/Welcome.html to contrib/packaging/macosx/Welcome.html |
@@ -4,7 +4,7 b'' | |||||
4 | <organization>org.mercurial-scm</organization> |
|
4 | <organization>org.mercurial-scm</organization> | |
5 | <options customize="never" require-scripts="false" rootVolumeOnly="true" /> |
|
5 | <options customize="never" require-scripts="false" rootVolumeOnly="true" /> | |
6 | <welcome file="Welcome.html" mime-type="text/html" /> |
|
6 | <welcome file="Welcome.html" mime-type="text/html" /> | |
7 | <license file="../../COPYING" mime-type="text/plain" /> |
|
7 | <license file="../../../COPYING" mime-type="text/plain" /> | |
8 | <readme file="Readme.html" mime-type="text/html" /> |
|
8 | <readme file="Readme.html" mime-type="text/html" /> | |
9 | <pkg-ref id="org.mercurial-scm.mercurial" |
|
9 | <pkg-ref id="org.mercurial-scm.mercurial" | |
10 | version="0" |
|
10 | version="0" |
@@ -1082,8 +1082,8 b" setup(name='mercurial'," | |||||
1082 | 'bdist_mpkg': { |
|
1082 | 'bdist_mpkg': { | |
1083 | 'zipdist': False, |
|
1083 | 'zipdist': False, | |
1084 | 'license': 'COPYING', |
|
1084 | 'license': 'COPYING', | |
1085 | 'readme': 'contrib/macosx/Readme.html', |
|
1085 | 'readme': 'contrib/packaging/macosx/Readme.html', | |
1086 | 'welcome': 'contrib/macosx/Welcome.html', |
|
1086 | 'welcome': 'contrib/packaging/macosx/Welcome.html', | |
1087 | }, |
|
1087 | }, | |
1088 | }, |
|
1088 | }, | |
1089 | **extra) |
|
1089 | **extra) |
General Comments 0
You need to be logged in to leave comments.
Login now