summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/faq.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/faq.rst')
-rw-r--r--documentation/ref-manual/faq.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/faq.rst b/documentation/ref-manual/faq.rst
index 34b26ee3ef..3b65588caa 100644
--- a/documentation/ref-manual/faq.rst
+++ b/documentation/ref-manual/faq.rst
@@ -449,7 +449,7 @@ variable ``bindir``. The makefile's hardcoded default value of
449"/usr/bin" worked most of the time, but not for the recipe's ``-native`` 449"/usr/bin" worked most of the time, but not for the recipe's ``-native``
450variant. For another example, permissions errors might be caused by a 450variant. For another example, permissions errors might be caused by a
451Makefile that ignores ``DESTDIR`` or uses a different name for that 451Makefile that ignores ``DESTDIR`` or uses a different name for that
452environment variable. Check the the build system to see if these kinds 452environment variable. Check the build system to see if these kinds
453of issues exist. 453of issues exist.
454 454
455**Q:** I'm adding a binary in a recipe but it's different in the image, what is 455**Q:** I'm adding a binary in a recipe but it's different in the image, what is