diff options
-rwxr-xr-x | tools/make-package-macosx | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/tools/make-package-macosx b/tools/make-package-macosx index 1839c52c6..1e483685b 100755 --- a/tools/make-package-macosx +++ b/tools/make-package-macosx @@ -21,21 +21,6 @@ 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 -# Worked in 10.2: - -# cat >ocaml.info <<EOF -# Title Objective Caml -# Version ${VERSION} -# Description This package installs Objective Caml version ${VERSION} -# DefaultLocation / -# Relocatable no -# NeedsAuthorization yes -# Application no -# InstallOnly no -# DisableStop no -# EOF -#package root ocaml.info - cat >Description.plist <<EOF <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" @@ -101,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 X11 and the -XCode tools (v2.4) installed. +You need Mac OS X 10.4.x (Tiger), with the +XCode tools (v2.4) installed (and optionally X11). Files will be installed in the following directories: |