I have found the origin of the problem.
This is a bug introduced in Joomla 1.5.10 and that does not exisits in Joomla 1.5.9.
In Joomla 1.5.10, when there is an empty "installfile" or "uninstallfile" in the manifest file, they try to replicate it event when there is nothing. In fact it tries to replicate a file that have a name of a folder.
Have a look in the error message and you will see that the path end with "/"
Example: com_ccboard_1_1_RC/
The solution consist in modifying the cc_board manifest file present in the zip to remove the empty entries.
If you don't want to change the manifest file, you can also use Joomla 1.5.9
Problem reported by other person in the Joomla bug tracker.
See
joomlacode.org/gf/project/joomla/tracker...racker_item_id=15701
They have fixed it in a source that you can find their SVN
See
joomlacode.org/gf/project/joomla/scmsvn/...p&revision=11788