diff options
Diffstat (limited to 'scripts/poky-autobuild-postprocess')
-rwxr-xr-x | scripts/poky-autobuild-postprocess | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/poky-autobuild-postprocess b/scripts/poky-autobuild-postprocess index 9edc52561..d9ba72d14 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 |