Change file permissions on factory.zip

Review URL: http://codereview.chromium.org/2714005
This commit is contained in:
Nick Sanders 2010-06-16 04:19:39 -07:00
parent d250927093
commit 07eac9ef47

View File

@ -165,6 +165,7 @@ if [ $FLAGS_factory_test_mod -eq $FLAGS_TRUE ] || \
then
FACTORY_MANIFEST=`ls | grep factory`
zip -r "${FACTORY_ZIPFILE}" ${FACTORY_MANIFEST}
chmod 644 "${FACTORY_ZIPFILE}"
fi
cd -