From 94a8ec7298988074e09caea9471f21bc56d47bb1 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 7 Oct 2011 20:02:31 +0200 Subject: usermanual: Correct »should used« to »should be used« MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paul Menzel --- docs/usermanual/reference/dirs_install.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usermanual/reference/dirs_install.xml b/docs/usermanual/reference/dirs_install.xml index 14f3fc645e..2afe032406 100644 --- a/docs/usermanual/reference/dirs_install.xml +++ b/docs/usermanual/reference/dirs_install.xml @@ -13,7 +13,7 @@ CONFFILES_${PN} = "${sysconfdir}/default/quagga" CONFFILES_${PN}-watchquagga = "${sysconfdir}/default/watchquagga" When using these variables to actually install the components of a - package from within a bitbake recipe they should used relative to the + package from within a bitbake recipe they should be used relative to the destination directory, D. The following example from the quagga recipe shows some addition files being manually installed from within the recipe itself:do_install () { -- cgit 1.2.3-korg