No description
048e7ca15f
In python 2.5 and earlier, ZipFile.writestr(filename, data) results in the file being added to the archive with permissions 000. (See http://svn.python.org/view?view=rev&revision=65235.) Work around this by creating a ZipInfo object and setting the permissions explicitly. |
||
---|---|---|
core | ||
libs/host | ||
target | ||
tools | ||
buildspec.mk.default | ||
cleanspec.mk | ||
envsetup.sh |