[meta-freescale] [Documentation][PATCH v2 1/2] UG: nsteps.rst: suggest "mkdir -p" instead of plain "mkdir"

Mario Domenech Goulart mario at ossystems.com.br
Mon Sep 8 08:26:22 PDT 2014


Use

    $ mkdir -p ~/bin

instead of

    $ mkdir ~/bin

to avoid errors in case ~/bin already exists.

Signed-off-by: Mario Domenech Goulart <mario at ossystems.com.br>
---
 user-guide/source/nsteps.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/user-guide/source/nsteps.rst b/user-guide/source/nsteps.rst
index 213665e..a5922c6 100644
--- a/user-guide/source/nsteps.rst
+++ b/user-guide/source/nsteps.rst
@@ -5,7 +5,7 @@ Build and boot in *N*-steps
 
 2. Download the `repo`_ tool::
 
-    $ mkdir ~/bin
+    $ mkdir -p ~/bin
     $ PATH=~/bin:${PATH}
     $ curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo 
     $ chmod a+x ~/bin/repo
-- 
1.7.10.4



More information about the meta-freescale mailing list