From 01daae9a5dc72c7ea82965a40f0c5a671dbaf79a Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 28 Apr 2008 23:23:02 +0000 Subject: scripts/poky-autobuild-postprocess: Ignore chmod failures git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4368 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- scripts/poky-autobuild-postprocess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 -- cgit v1.2.3-54-g00ecf