summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 6006df1ebd..26faea3db6 100644
--- a/documentation/overview-manual/concepts.rst
+++ b/documentation/overview-manual/concepts.rst
@@ -2400,8 +2400,8 @@ The contents of ``sayhello_0.1.bb`` are::
2400 S = "${WORKDIR}/git" 2400 S = "${WORKDIR}/git"
2401 2401
2402 do_install(){ 2402 do_install(){
2403 install -d ${D}/usr/bin 2403 install -d ${D}${bindir}
2404 install -m 0700 sayhello ${D}/usr/bin 2404 install -m 0700 sayhello ${D}${bindir}
2405 } 2405 }
2406 2406
2407After placing the recipes in a custom layer we can run ``bitbake sayhello`` 2407After placing the recipes in a custom layer we can run ``bitbake sayhello``