From 4904e4b759b1b56e86bd06345929edc3143fafe8 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Thu, 4 May 2017 14:08:29 +0200 Subject: [PATCH] Fix: wrong cp command, missing recursive parameter Change-Id: I7dd75ab9f884e49343235cf82e4794ab8df53a0e Signed-off-by: Romain Forlot --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c0462d..82bbd44 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ installed, customize your project with file `\/etc/config.cmake`. Typically, to copy files use a command like: ```bash -cp reference/etc reference/packaging +cp -r reference/etc reference/packaging cp reference/AGLbuild ``` -- 2.16.6