I just saw
this link on another thread.
<edit> In that link they tell you to remove the contrib directory. I would not remove several gigabytes of files I just downloaded. Instead I would use the -x option in mkisofs to tell mkisofs not to include the contrib directory. Using their example it would look something like this:
mkisofs -J -R -v -T -o /path/to/target/Mandrake.iso -b /path/to/files/i586/isolinux/isolinux.bin -c /path/to/files/i586/isolinux/boot.cat -no-emul-boot -boot-load-size 8 -boot-info-table
-x /path/to/files/i586/contrib /path/to/files
Or just move the contrib directory so it is not part of the mandrake tree.