I am building an installer on mac osx 10.6.8 with packageMaker 3.04. I can install a particular content at "destination" /Applications
that is fine. Now, I need to add another content to the user home directory (/Documents
)
I have tried ~/
and $HOME/
to set the destination for that particular package, but when installing, the actual location is empty.
So, how can I set this properly?