diff options
Diffstat (limited to 'documentation/ref-manual/tasks.rst')
-rw-r--r-- | documentation/ref-manual/tasks.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/tasks.rst b/documentation/ref-manual/tasks.rst index b51462b79a..a2b8763e7c 100644 --- a/documentation/ref-manual/tasks.rst +++ b/documentation/ref-manual/tasks.rst | |||
@@ -187,9 +187,9 @@ that either directly or indirectly depend on the installed files (e.g. | |||
187 | 187 | ||
188 | - The ``install`` utility. This utility is the preferred method. | 188 | - The ``install`` utility. This utility is the preferred method. |
189 | 189 | ||
190 | - The ``cp`` command with the "--no-preserve=ownership" option. | 190 | - The ``cp`` command with the ``--no-preserve=ownership`` option. |
191 | 191 | ||
192 | - The ``tar`` command with the "--no-same-owner" option. See the | 192 | - The ``tar`` command with the ``--no-same-owner`` option. See the |
193 | ``bin_package.bbclass`` file in the ``meta/classes`` directory of | 193 | ``bin_package.bbclass`` file in the ``meta/classes`` directory of |
194 | the :term:`Source Directory` for an example. | 194 | the :term:`Source Directory` for an example. |
195 | 195 | ||