xbps-src: improve msg_* funcs and update all callers.

This commit is contained in:
Juan RP
2010-12-20 00:22:12 +01:00
parent 24c7ac6808
commit 3da3783333
27 changed files with 184 additions and 173 deletions

View File

@@ -27,7 +27,7 @@ Add_dependency build openssl-devel
do_fetch()
{
msg_normal "Fetching source from http://xbps.googlecode.com/hg..."
hg clone http://xbps.googlecode.com/hg \
${pkgname}-${version} 2>/dev/null || return 1
local url="http://xbps.googlecode.com/hg"
msg_normal " Fetching source from $url ...\n"
hg clone $url ${pkgname}-${version} 2>/dev/null
}