summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual/concepts.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/overview-manual/concepts.rst')
-rw-r--r--documentation/overview-manual/concepts.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst
index 56dd3b3b55..93382f91a0 100644
--- a/documentation/overview-manual/concepts.rst
+++ b/documentation/overview-manual/concepts.rst
@@ -2394,8 +2394,8 @@ The contents of ``sayhello_0.1.bb`` are::
2394 S = "${WORKDIR}/git" 2394 S = "${WORKDIR}/git"
2395 2395
2396 do_install(){ 2396 do_install(){
2397 install -d ${D}/usr/bin 2397 install -d ${D}${bindir}
2398 install -m 0700 sayhello ${D}/usr/bin 2398 install -m 0700 sayhello ${D}${bindir}
2399 } 2399 }
2400 2400
2401After placing the recipes in a custom layer we can run ``bitbake sayhello`` 2401After placing the recipes in a custom layer we can run ``bitbake sayhello``