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

@ -55,7 +55,7 @@ strip_files_real()
lver="${version}"
fi
msg_normal "Package '$pkgname ($lver)': stripping files, please wait..."
msg_normal "'$pkgname-$lver': stripping files, please wait...\n"
find ${DESTDIR} -type f | while read f; do
case "$(file -bi "$f")" in
application/x-executable*)