[fpc-devel] Create installer for MacOSX
Vincent Snijders
vsnijders at quicknet.nl
Fri Apr 1 14:16:32 CEST 2005
Jonas Maebe wrote:
>
> On 1 apr 2005, at 13:55, Vincent Snijders wrote:
>
>>> Another important remark about making a package: always make sure all
>>> files you add to a package are owned by root/wheel (or root/admin).
>>> You don't want a random user on the target system, who happens to
>>> have the same UID as you do, to be able to overwrite those files.
>>
>>
>> PackageMaker has a command line interface for building packages too.
>
>
> Hoe dan? (of bedoel je pax?)
try
PackageMaker -help
Out of a script:
$PACKAGEMAKER -build -f $INSTALLDIR \
-r $FPCSOURCEDIR/install/macosx/resources/ \
-d $FPCSOURCEDIR/install/macosx/fpc-1.9.8.pmsp -p ~/pkg/fpc-1.9.9.pkg
Vincent.
More information about the fpc-devel
mailing list