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

@@ -42,7 +42,7 @@ do_build()
# Configure
if [ -f ${FILESDIR}/$arch-dotconfig ]; then
msg_normal "Detected a .config file for your arch, using it."
msg_normal " Detected a .config file for your arch, using it.\n"
cp -f ${FILESDIR}/$arch-dotconfig ${wrksrc}/.config
make ${makejobs} oldconfig
else