xbps-src: improve msg_* funcs and update all callers.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user