xbps-src: install_pkg_with_binpkg(): minor cosmetics.
This commit is contained in:
parent
d1b439d935
commit
47e5390ea6
|
@ -186,7 +186,7 @@ install_pkg_with_binpkg()
|
|||
{
|
||||
local pkgpattern="$1"
|
||||
|
||||
msg_normal "Installing binary pkg: $pkgpattern\n"
|
||||
msg_normal "'$pkgname': installing dependency '$pkgpattern'\n"
|
||||
${fakeroot_cmd} ${fakeroot_cmd_args} ${XBPS_BIN_CMD} \
|
||||
-Ay install \""$pkgpattern\""
|
||||
return $?
|
||||
|
|
Loading…
Reference in New Issue