diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-04 14:08:29 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-04 14:08:29 +0200 |
commit | 4904e4b759b1b56e86bd06345929edc3143fafe8 (patch) | |
tree | e9df560cfc68e054d81166204571bc2b2c4f3cf7 | |
parent | 73db33eea16f50935f321f7bf5201a1ffde09003 (diff) |
Fix: wrong cp command, missing recursive parameter
Change-Id: I7dd75ab9f884e49343235cf82e4794ab8df53a0e
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ installed, customize your project with file `\<root-path\>/etc/config.cmake`. Typically, to copy files use a command like: ```bash -cp reference/etc reference/packaging <root-path-to-your-project> +cp -r reference/etc reference/packaging <root-path-to-your-project> cp reference/AGLbuild <root-path-to-your-project> ``` |