summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDanomi Manchego <danomimanchego123@gmail.com>2016-10-16 13:15:05 -0400
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-10-19 23:39:42 +0200
commit556e9f327893eab613f13952a0adc861513889e9 (patch)
tree40c551fd63e2676e2568cd66ec9e34793d72e42b /docs
parent7d6d365190dcef1c4a2de4e462f46733b555e499 (diff)
docs/manual: fix scanpypi path typos
Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/adding-packages-python.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/adding-packages-python.txt b/docs/manual/adding-packages-python.txt
index abcd4ca36..19d31e28c 100644
--- a/docs/manual/adding-packages-python.txt
+++ b/docs/manual/adding-packages-python.txt
@@ -178,7 +178,7 @@ your host.
When at the root of your buildroot directory just do :
-----------------------
-./support/script/scanpypi foo bar -o package
+./support/scripts/scanpypi foo bar -o package
-----------------------
This will generate packages +python-foo+ and +python-bar+ in the package
@@ -198,7 +198,7 @@ If your Buildroot package is not in the official Buildroot tree but in
a br2-external tree, use the -o flag as follows:
-----------------------
-./support/script/scanpypi foo bar -o other_package_dir
+./support/scripts/scanpypi foo bar -o other_package_dir
-----------------------
This will generate packages +python-foo+ and +python-bar+ in the
@@ -207,7 +207,7 @@ This will generate packages +python-foo+ and +python-bar+ in the
Option +-h+ will list the available options:
-----------------------
-./support/script/scanpypi -h
+./support/scripts/scanpypi -h
-----------------------
[[python-package-cffi-backend]]