xbps-src: improve msg_* funcs and update all callers.
This commit is contained in:
parent
24c7ac6808
commit
3da3783333
27 changed files with 184 additions and 173 deletions
|
@ -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*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue