scripts/poky-autobuild-postprocess: Ignore chmod failures

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4368 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2008-04-28 23:23:02 +00:00
parent 6a64dc642b
commit 01daae9a5d

View File

@ -119,5 +119,5 @@ done
if [ -e ./images-complete ]; then
touch $DEST/complete
fi
chmod a+w -R $DEST
chmod a+w -R $DEST || true