I have absolutely no experience with the Mac Installer that comes with Xcode for Leopard. I am trying to make an installer for a TCL/TK script that will install a folder and it's contents in the home folder/directory. I have added the folder to the installer, but when I run the .mpkg installer the Folder that I have copied to the installer is not installed but all the files in the folder are installed to the home folder.
So
foo/
in the installer is not installed
but
file1.tcl
file2.tcl
etc in the foo/ folder
are all installed in the home folder:
~/file1.tcl
~/file2.tcl
Thanks for any help and can anyone recommend a good reference for using the installer?

So
foo/
in the installer is not installed
but
file1.tcl
file2.tcl
etc in the foo/ folder
are all installed in the home folder:
~/file1.tcl
~/file2.tcl
Thanks for any help and can anyone recommend a good reference for using the installer?