From: Romain Forlot Date: Thu, 4 May 2017 12:08:29 +0000 (+0200) Subject: Fix: wrong cp command, missing recursive parameter X-Git-Tag: 3.99.1~38 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=4904e4b759b1b56e86bd06345929edc3143fafe8;p=staging%2Fxdg-launcher.git Fix: wrong cp command, missing recursive parameter Change-Id: I7dd75ab9f884e49343235cf82e4794ab8df53a0e Signed-off-by: Romain Forlot --- 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 ```