Comment 3 for bug 731780

Revision history for this message
Patrik Ryd (patrik-ryd) wrote :

The problem is the ${f} on line 32 in mktarball.sh "new_info=`${fs_get_stats} ${curr_perms} ${is_dir} ${f}`".

${f} contains the name for the directory. For init it is "root/init", but should only be 'init' and so on.