Commit b2406e4a authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Peter Korsgaard
Browse files

dependencies: add details about which distro package to install

parent 3a8dbba8
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -136,6 +136,12 @@ for prog in patch perl tar wget cpio python unzip rsync ${DL_TOOLS} ; do
	/bin/echo -e "You must install '$prog' on your build machine";
	if test $prog = "svn" ; then
	    /bin/echo -e "  svn is usually part of the subversion package in your distribution"
	elif test $prog = "hg" ; then
            /bin/echo -e "  hg is usually part of the mercurial package in your distribution"
	elif test $prog = "zcat" ; then
            /bin/echo -e "  zcat is usually part of the gzip package in your distribution"
	elif test $prog = "bzcat" ; then
            /bin/echo -e "  bzcat is usually part of the bzip2 package in your distribution"
	fi
	exit 1;
    fi