mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
xbps-src: install_pkg_with_binpkg(): fix bad quoting.
This commit is contained in:
parent
9163a2e18f
commit
b41a474199
1 changed files with 2 additions and 4 deletions
|
@ -185,11 +185,9 @@ install_pkg()
|
||||||
#
|
#
|
||||||
install_pkg_with_binpkg()
|
install_pkg_with_binpkg()
|
||||||
{
|
{
|
||||||
local pkgpattern="$1"
|
msg_normal "'$pkgname': installing dependency '$1'\n"
|
||||||
|
|
||||||
msg_normal "'$pkgname': installing dependency '$pkgpattern'\n"
|
|
||||||
${fakeroot_cmd} ${fakeroot_cmd_args} ${XBPS_BIN_CMD} \
|
${fakeroot_cmd} ${fakeroot_cmd_args} ${XBPS_BIN_CMD} \
|
||||||
-Ay install \""$pkgpattern\""
|
-Ay install "$1"
|
||||||
return $?
|
return $?
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue