Index: VERSION =================================================================== --- VERSION (.../vendor/ocaml/3.12.1) (revision 653) +++ VERSION (.../trunk/ocamlxsim) (revision 653) @@ -1,4 +1,4 @@ -3.12.1 +3.12.1+xsim4 # The version string is the first line of this file. # It must be in the format described in stdlib/sys.mli Index: tools/make-package-macosx =================================================================== --- tools/make-package-macosx (.../vendor/ocaml/3.12.1) (revision 653) +++ tools/make-package-macosx (.../trunk/ocamlxsim) (revision 653) @@ -30,9 +30,9 @@ IFPkgDescriptionDeleteWarning IFPkgDescriptionDescription - The Objective Caml compiler and tools + The Objective Caml compiler and tools for iOS Simulator IFPkgDescriptionTitle - Objective Caml + Objective Caml for iOS Simulator IFPkgDescriptionVersion ${VERSION} @@ -46,11 +46,11 @@ CFBundleGetInfoString - Objective Caml ${VERSION} + Objective Caml ${VERSION} for iOS Simulator CFBundleIdentifier - fr.inria.ocaml + com.psellos.ocamlxsim CFBundleName - Objective Caml + Objective Caml for iOS Simulator CFBundleShortVersionString ${VERSION} IFMajorVersion @@ -62,7 +62,7 @@ IFPkgFlagAuthorizationAction AdminAuthorization IFPkgFlagDefaultLocation - /usr/local + /usr/local/ocamlxsim IFPkgFlagInstallFat IFPkgFlagIsRequired @@ -72,7 +72,7 @@ IFPkgFlagRestartAction NoRestart IFPkgFlagRootVolumeOnly - + IFPkgFlagUpdateInstalledLanguages IFPkgFormatVersion @@ -85,22 +85,22 @@ # stop here -> | cat >resources/ReadMe.txt <&2; exit 1 ;; +esac Index: Makefile =================================================================== --- Makefile (.../vendor/ocaml/3.12.1) (revision 653) +++ Makefile (.../trunk/ocamlxsim) (revision 653) @@ -721,7 +721,10 @@ package-macosx: sudo rm -rf package-macosx/root - make PREFIX="`pwd`"/package-macosx/root install + make BINDIR="`pwd`"/package-macosx/root/bin \ + LIBDIR="`pwd`"/package-macosx/root/lib/ocaml \ + MANDIR="`pwd`"/package-macosx/root/man \ + install tools/make-package-macosx sudo rm -rf package-macosx/root