summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@digia.com>2013-10-11 17:08:25 +0200
committerAndy Nichols <andy.nichols@digia.com>2013-10-11 18:14:58 +0300
commit50c37d9e095a2cbf0f7b40ce6f0041684b05b813 (patch)
treed7690aa9a87fc88c57bb86e046f94477fc0c2926
parent1bf40bf81992559737c21d9bd922a378487f0067 (diff)
Doc: Make deploy.sh executable to be safe
For some reason the deploy.sh I got was not executable. The safest is to update the documentation with a chmod +x step. Change-Id: I68400429426031992d614aac135a263768284a56 Reviewed-by: Andy Nichols <andy.nichols@digia.com>
-rw-r--r--src/doc/src/b2qt.qdoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doc/src/b2qt.qdoc b/src/doc/src/b2qt.qdoc
index 0283f23..be8c8b0 100644
--- a/src/doc/src/b2qt.qdoc
+++ b/src/doc/src/b2qt.qdoc
@@ -518,6 +518,7 @@
Then, upgrade the micro-SD Card with \B2QA:
\code
+ chmod +x <SDK_INSTALL_DIR>/Boot2Qt-1.0/iMX6-eAndroid/images/deploy.sh
<SDK_INSTALL_DIR>/Boot2Qt-1.0/iMX6-eAndroid/images/deploy.sh /dev/XXX
\endcode