]> code.ossystems Code Review - openembedded-core.git/commitdiff
scripts/poky-autobuild-postprocess: Ignore chmod failures
authorRichard Purdie <richard@openedhand.com>
Mon, 28 Apr 2008 23:23:02 +0000 (23:23 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 28 Apr 2008 23:23:02 +0000 (23:23 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4368 311d38ba-8fff-0310-9ca6-ca027cbcb966

scripts/poky-autobuild-postprocess

index 9edc52561a8345d96a40999d482fdb99c57df202..d9ba72d14da7c074a0d6c143a0940b414a5eebab 100755 (executable)
@@ -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