diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2020-04-24 09:09:48 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-04-24 15:21:14 +0100 |
commit | fe25ef9871994b7a3c6bad6eeec1174900b3422c (patch) | |
tree | 4745481dc611e218da4c1c919a10d5c07e50b056 | |
parent | 98f9b05875c9a989490ad98b38f8f8bcaf0ca9d8 (diff) | |
download | poky-fe25ef9871994b7a3c6bad6eeec1174900b3422c.tar.gz |
ref-manual: correct "script" dirname to "scripts"
(From yocto-docs rev: 43f042582675f89fcdf81c0cd2ac2602d4282cb3)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/ref-system-requirements.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-system-requirements.xml b/documentation/ref-manual/ref-system-requirements.xml index 2c019960f8..7d3c719981 100644 --- a/documentation/ref-manual/ref-system-requirements.xml +++ b/documentation/ref-manual/ref-system-requirements.xml | |||
@@ -364,7 +364,7 @@ | |||
364 | Here is an example: | 364 | Here is an example: |
365 | <literallayout class='monospaced'> | 365 | <literallayout class='monospaced'> |
366 | $ cd poky | 366 | $ cd poky |
367 | $ script/install-buildtools --without-extended-buildtools \ | 367 | $ scripts/install-buildtools --without-extended-buildtools \ |
368 | --base-url &YOCTO_DL_URL;/releases/yocto \ | 368 | --base-url &YOCTO_DL_URL;/releases/yocto \ |
369 | --release yocto-&DISTRO; \ | 369 | --release yocto-&DISTRO; \ |
370 | --installer-version &DISTRO; | 370 | --installer-version &DISTRO; |
@@ -391,7 +391,7 @@ | |||
391 | default parameters: | 391 | default parameters: |
392 | <literallayout class='monospaced'> | 392 | <literallayout class='monospaced'> |
393 | $ cd poky | 393 | $ cd poky |
394 | $ script/install-buildtools | 394 | $ scripts/install-buildtools |
395 | </literallayout> | 395 | </literallayout> |
396 | </para> | 396 | </para> |
397 | </para></listitem> | 397 | </para></listitem> |