[Buildroot] [PATCH 19/22] dependencies: add details about which distro package to install

Peter Korsgaard jacmet at uclibc.org
Sun Mar 24 12:56:24 UTC 2013


>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni at free-electrons.com> writes:

 Thomas> Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
 Thomas> ---
 Thomas>  support/dependencies/dependencies.sh |    8 +++++++-
 Thomas>  1 file changed, 7 insertions(+), 1 deletion(-)

 Thomas> diff --git a/support/dependencies/dependencies.sh b/support/dependencies/dependencies.sh
 Thomas> index 9d06a0d..ab7f4a4 100755
 Thomas> --- a/support/dependencies/dependencies.sh
 Thomas> +++ b/support/dependencies/dependencies.sh
 Thomas> @@ -135,7 +135,13 @@ for prog in patch perl tar wget cpio python unzip rsync ${DL_TOOLS} ; do
 Thomas>      if ! which $prog > /dev/null ; then
 Thomas>  	/bin/echo -e "You must install '$prog' on your build machine";
 Thomas>  	if test $prog = "svn" ; then
 Thomas> -	    /bin/echo -e "svn is usually part of the subversion package in your distribution"
 Thomas> +	    /bin/echo -e "  svn is usually part of the subversion package in your distribution"

I'm not sure I like the indentation, but ok - Committed, thanks.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list