for those unfortunate who uses windows using binmode when handling files won't strip carriage return from binary files.
makefsdata: open(FILE, $file) || die "Could not open file $file\n"; +binmode FILE;
$file =~ s-^-/-;