diff options
author | Damien Doligez <damien.doligez-inria.fr> | 2008-01-11 16:13:18 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 2008-01-11 16:13:18 +0000 |
commit | 9ea5edac9ab0b3860688583a2ff22a9e164be086 (patch) | |
tree | 353e23e669026900926bbd60cfc791906887ce63 /tools/make-package-macosx | |
parent | db2092907f2eddcaf0b72f4bd0f429001364dbe5 (diff) | |
download | ocaml-9ea5edac9ab0b3860688583a2ff22a9e164be086.tar.gz |
merge changes 3.10.0 -> 3.10.1
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@8768 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'tools/make-package-macosx')
-rwxr-xr-x | tools/make-package-macosx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/make-package-macosx b/tools/make-package-macosx index 1e483685bf..39e3908e0c 100755 --- a/tools/make-package-macosx +++ b/tools/make-package-macosx @@ -18,8 +18,8 @@ cd package-macosx rm -rf ocaml.pkg ocaml-rw.dmg VERSION=`head -1 ../VERSION` -VERSION_MAJOR=`sed -n -e '1s/^\([0-9]*\)\..*/\1/p' ../VERSION -VERSION_MINOR=`sed -n -e '1s/^[0-9]*\.\([0-9]*\)[.+].*/\1/p' ../VERSION +VERSION_MAJOR=`sed -n -e '1s/^\([0-9]*\)\..*/\1/p' ../VERSION` +VERSION_MINOR=`sed -n -e '1s/^[0-9]*\.\([0-9]*\)[.+].*/\1/p' ../VERSION` cat >Description.plist <<EOF <?xml version="1.0" encoding="UTF-8"?> @@ -86,8 +86,8 @@ mkdir -p resources # stop here -> | cat >resources/ReadMe.txt <<EOF This package installs Objective Caml version ${VERSION}. -You need Mac OS X 10.4.x (Tiger), with the -XCode tools (v2.4) installed (and optionally X11). +You need Mac OS X 10.5.x (Jaguar), with the +XCode tools (v3.x) installed (and optionally X11). Files will be installed in the following directories: |