diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst index 22ec460014..401de153c6 100644 --- a/documentation/overview-manual/concepts.rst +++ b/documentation/overview-manual/concepts.rst @@ -2438,8 +2438,8 @@ The contents of ``sayhello_0.1.bb`` are:: S = "${WORKDIR}/git" do_install(){ - install -d ${D}/usr/bin - install -m 0700 sayhello ${D}/usr/bin + install -d ${D}${bindir} + install -m 0700 sayhello ${D}${bindir} } After placing the recipes in a custom layer we can run ``bitbake sayhello``