commit | a23075fb0e23978e5b8f3a7c92280ee1b2274e6d | [log] [tgz] |
---|---|---|
author | Doug Zongker <dougz@google.com> | Mon Aug 06 16:19:09 2012 -0700 |
committer | Doug Zongker <dougz@google.com> | Mon Aug 06 16:35:18 2012 -0700 |
tree | e9eef9c5eafbfcd6f45a97baea2a260c03f0ec5b | |
parent | 64c5a59be97ce8c6d05fb16a9c9f49ba520a35b3 [diff] |
fix the symlink() command to create directories if needed Full OTAs currently fail if the build contains a directory containing only symlinks, because nothing creates that directory. Change the symlink() command to create any ancestor directories that don't exist. They're created as owner root perms 0700 because we assume that in practice subsequent set_perm_recursive() calls will fix up their ownership and permissions. Change-Id: I4681cbc85863d9778e36b924f0532b2b3ef14310