diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-01-10 16:47:30 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-01-10 16:48:46 -0800 |
commit | 6936a6a4e7c4fedae37c464c9bf63b90e429f30a (patch) | |
tree | 594c7b8bc3d3d847993036efe00aae8e38cdba4d /osx | |
parent | a41210463654893b0bf8b672256f36846d16fd5c (diff) | |
download | pandoc-6936a6a4e7c4fedae37c464c9bf63b90e429f30a.tar.gz |
osx package fixes: correct version, allow installation to any drive.
Diffstat (limited to 'osx')
-rw-r--r-- | osx/distribution.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/osx/distribution.xml b/osx/distribution.xml index 024a25bd1..c3218aad3 100644 --- a/osx/distribution.xml +++ b/osx/distribution.xml @@ -2,8 +2,8 @@ <installer-gui-script minSpecVersion="1"> <title>pandoc</title> <organization>net.johnmacfarlane.pandoc</organization> - <domains enable_localSystem="true"/> - <options customize="never" require-scripts="true" rootVolumeOnly="true" /> + <domains enable_localSystem="true" enable_anywhere="true" /> + <options customize="allow" require-scripts="false" rootVolumeOnly="false" /> <!-- Define documents displayed at various steps --> <!-- <welcome file="welcome.html" mime-type="text/html" /> --> <license file="license.html" mime-type="text/html" /> @@ -11,7 +11,7 @@ <options hostArchitectures="x86_64" /> <!-- List all component packages --> <pkg-ref id="net.johnmacfarlane.pandoc" - version="1.13" + version="1.16.0.1" auth="root">pandoc.pkg</pkg-ref> <!-- List them again here. They can now be organized as a hierarchy if you want. --> |