summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual/concepts.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/overview-manual/concepts.rst')
-rw-r--r--documentation/overview-manual/concepts.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst
index 257de44ec8..f0c7dab4c8 100644
--- a/documentation/overview-manual/concepts.rst
+++ b/documentation/overview-manual/concepts.rst
@@ -2111,8 +2111,7 @@ accomplished using fakeroot.
2111 under fakeroot. Otherwise, the task cannot run root-only operations, 2111 under fakeroot. Otherwise, the task cannot run root-only operations,
2112 and cannot see the fake file ownership and permissions set by the 2112 and cannot see the fake file ownership and permissions set by the
2113 other task. You need to also add a dependency on 2113 other task. You need to also add a dependency on
2114 virtual/fakeroot-native:do_populate_sysroot 2114 ``virtual/fakeroot-native:do_populate_sysroot``, giving the following:
2115 , giving the following:
2116 :: 2115 ::
2117 2116
2118 fakeroot do_mytask () { 2117 fakeroot do_mytask () {