diff mbox

[3,of,5,RFC] busybox: fix typo overwritting

Message ID 6bb6b3f59fd51d762776.1403444742@localhost
State RFC
Headers show

Commit Message

Thomas De Schampheleire June 22, 2014, 1:45 p.m. UTC
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>

---
 package/busybox/busybox.mk |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Yann E. MORIN June 22, 2014, 1:57 p.m. UTC | #1
Thomas, All,

On 2014-06-22 15:45 +0200, Thomas De Schampheleire spake thusly:
> Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>

Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  package/busybox/busybox.mk |  2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff -r 62a7dd35bfbf -r 6bb6b3f59fd5 package/busybox/busybox.mk
> --- a/package/busybox/busybox.mk	Mon Jun 16 20:18:23 2014 +0200
> +++ b/package/busybox/busybox.mk	Sun Jun 22 15:29:01 2014 +0200
> @@ -189,7 +189,7 @@
>  endef
>  endif
>  
> -# Enable "noclobber" in install.sh, to prevent BusyBox from overwritting any
> +# Enable "noclobber" in install.sh, to prevent BusyBox from overwriting any
>  # full-blown versions of apps installed by other packages with sym/hard links.
>  define BUSYBOX_NOCLOBBER_INSTALL
>  	$(SED) 's/^noclobber="0"$$/noclobber="1"/' $(@D)/applets/install.sh
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
diff mbox

Patch

diff -r 62a7dd35bfbf -r 6bb6b3f59fd5 package/busybox/busybox.mk
--- a/package/busybox/busybox.mk	Mon Jun 16 20:18:23 2014 +0200
+++ b/package/busybox/busybox.mk	Sun Jun 22 15:29:01 2014 +0200
@@ -189,7 +189,7 @@ 
 endef
 endif
 
-# Enable "noclobber" in install.sh, to prevent BusyBox from overwritting any
+# Enable "noclobber" in install.sh, to prevent BusyBox from overwriting any
 # full-blown versions of apps installed by other packages with sym/hard links.
 define BUSYBOX_NOCLOBBER_INSTALL
 	$(SED) 's/^noclobber="0"$$/noclobber="1"/' $(@D)/applets/install.sh