| Message ID | 6bb6b3f59fd51d762776.1403444742@localhost |
|---|---|
| State | RFC |
| Headers | show |
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 -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
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> --- package/busybox/busybox.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)