diff mbox

[1/1] docs/manual: fix scanpypi path typos

Message ID 1476638105-2310-1-git-send-email-danomimanchego123@gmail.com
State Accepted
Headers show

Commit Message

Danomi Manchego Oct. 16, 2016, 5:15 p.m. UTC
Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
---
 docs/manual/adding-packages-python.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Yegor Yefremov Oct. 17, 2016, 6:16 a.m. UTC | #1
On Sun, Oct 16, 2016 at 7:15 PM, Danomi Manchego
<danomimanchego123@gmail.com> wrote:
> Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>

Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>

> ---
>  docs/manual/adding-packages-python.txt | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/docs/manual/adding-packages-python.txt b/docs/manual/adding-packages-python.txt
> index 94ac809..ec33483 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]]
> --
> 1.9.1
>
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
Arnout Vandecappelle Oct. 17, 2016, 8:20 p.m. UTC | #2
On 16-10-16 19:15, Danomi Manchego wrote:
> Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>

Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>


 Regards,
 Arnout

> ---
>  docs/manual/adding-packages-python.txt | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/docs/manual/adding-packages-python.txt b/docs/manual/adding-packages-python.txt
> index 94ac809..ec33483 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]]
>
Thomas Petazzoni Oct. 19, 2016, 9:39 p.m. UTC | #3
Hello,

On Sun, 16 Oct 2016 13:15:05 -0400, Danomi Manchego wrote:
> Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
> ---
>  docs/manual/adding-packages-python.txt | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Applied to master, thanks.

Thomas
diff mbox

Patch

diff --git a/docs/manual/adding-packages-python.txt b/docs/manual/adding-packages-python.txt
index 94ac809..ec33483 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]]