diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/faq.xml | 8 |
1 files changed, 4 insertions, 4 deletions
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 @@ | |||
754 | </literallayout> | 754 | </literallayout> |
755 | Even if the paths look unusual, they both are correct - | 755 | Even if the paths look unusual, they both are correct - |
756 | the first for a target and the second for a native recipe. | 756 | the first for a target and the second for a native recipe. |
757 | This paths are a consequence of the | 757 | These paths are a consequence of the |
758 | <filename>DESTDIR</filename> mechanism and while they | 758 | <filename>DESTDIR</filename> mechanism and while they |
759 | appear strange, they are correct and in practice very effective. | 759 | appear strange, they are correct and in practice very effective. |
760 | </para> | 760 | </para> |
@@ -783,9 +783,9 @@ | |||
783 | The makefile's hardcoded default value of "/usr/bin" worked | 783 | The makefile's hardcoded default value of "/usr/bin" worked |
784 | most of the time, but not for the recipe's | 784 | most of the time, but not for the recipe's |
785 | <filename>-native</filename> variant. | 785 | <filename>-native</filename> variant. |
786 | For example, permissions errors might be caused by a Makefile | 786 | For another example, permissions errors might be caused |
787 | that ignores <filename>DESTDIR</filename> or uses a different | 787 | by a Makefile that ignores <filename>DESTDIR</filename> or uses |
788 | name for that environment variable. | 788 | a different name for that environment variable. |
789 | Check the the build system to see if these kinds of | 789 | Check the the build system to see if these kinds of |
790 | issues exist. | 790 | issues exist. |
791 | </para> | 791 | </para> |