mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 00:49:33 +02:00
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:
@@ -119,5 +119,5 @@ done
|
|||||||
if [ -e ./images-complete ]; then
|
if [ -e ./images-complete ]; then
|
||||||
touch $DEST/complete
|
touch $DEST/complete
|
||||||
fi
|
fi
|
||||||
chmod a+w -R $DEST
|
chmod a+w -R $DEST || true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user