From: Richard Purdie Date: Mon, 28 Apr 2008 23:23:02 +0000 (+0000) Subject: scripts/poky-autobuild-postprocess: Ignore chmod failures X-Git-Tag: 2011-1~9088 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=01daae9a5dc72c7ea82965a40f0c5a671dbaf79a;p=openembedded-core.git scripts/poky-autobuild-postprocess: Ignore chmod failures git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4368 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/scripts/poky-autobuild-postprocess b/scripts/poky-autobuild-postprocess index 9edc52561a..d9ba72d14d 100755 --- a/scripts/poky-autobuild-postprocess +++ b/scripts/poky-autobuild-postprocess @@ -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