Code

- committed patch 1710671 to osx-build.sh from John Faith which allows prior detectio...
authorjiho-sf <jiho-sf@users.sourceforge.net>
Tue, 1 May 2007 21:27:14 +0000 (21:27 +0000)
committerjiho-sf <jiho-sf@users.sourceforge.net>
Tue, 1 May 2007 21:27:14 +0000 (21:27 +0000)
commit02c9d4b85b9e594705c89caffa548acfafe46c3d
tree24a75aaf03a77a8aee91b252351704e57d706ab3
parent08ba57f80d0ea883ad6f55145241a9dec14054f8
- committed patch 1710671 to osx-build.sh from John Faith which allows prior detection of the variable $INSTALLPREFIX in the environment. The other solution would be to supply it as a command line parameter, the code is here but commented at the moment. We should decide which solution is the most pratical
- additional file existence checks in osx-build.sh
- added checks for success of each step of osx-build before proceeding to the next one (via exit status)
- split the PACKAGE action into a new PACKAGE action (creates the app bundle) and a DISTRIB action (creates the dmg image)
- added an exit status for osx-app and osx-dmg
- removed the old call to osx-dmg at the end of osx-app (it has been commented for a while anyway)
packaging/macosx/osx-app.sh
packaging/macosx/osx-build.sh
packaging/macosx/osx-dmg.sh