From 20581875f25c0cc5777a2383d15129d2f9b35910 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 5 Aug 2014 13:47:53 +0300 Subject: ref-manual: Edits to some FAQ entries. Minor review edits from Max. (From yocto-docs rev: c70de50aeceda60db92c5e488bde8fe910eaeba1) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/faq.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'documentation') diff --git a/documentation/ref-manual/faq.xml b/documentation/ref-manual/faq.xml index 7d4cb725de..5488f8ef23 100644 --- a/documentation/ref-manual/faq.xml +++ b/documentation/ref-manual/faq.xml @@ -754,7 +754,7 @@ Even if the paths look unusual, they both are correct - the first for a target and the second for a native recipe. - This paths are a consequence of the + These paths are a consequence of the DESTDIR mechanism and while they appear strange, they are correct and in practice very effective. @@ -783,9 +783,9 @@ The makefile's hardcoded default value of "/usr/bin" worked most of the time, but not for the recipe's -native variant. - For example, permissions errors might be caused by a Makefile - that ignores DESTDIR or uses a different - name for that environment variable. + For another example, permissions errors might be caused + by a Makefile that ignores DESTDIR or uses + a different name for that environment variable. Check the the build system to see if these kinds of issues exist. -- cgit v1.2.3-54-g00ecf