xbps-src: really fix previous.
This commit is contained in:
parent
46fee555ec
commit
8419094808
@ -151,7 +151,7 @@ install_dependencies_pkg()
|
|||||||
if [ -n "$XBPS_PREFER_BINPKG_DEPS" ]; then
|
if [ -n "$XBPS_PREFER_BINPKG_DEPS" ]; then
|
||||||
msg_normal "'$pkgname-${lver}': installing dependencies from binpkgs...\n"
|
msg_normal "'$pkgname-${lver}': installing dependencies from binpkgs...\n"
|
||||||
for i in ${notinstalled_deps}; do
|
for i in ${notinstalled_deps}; do
|
||||||
install_pkg_with_binpkg "\"${i}\""
|
install_pkg_with_binpkg "${i}"
|
||||||
done
|
done
|
||||||
rval=$?
|
rval=$?
|
||||||
if [ $rval -eq 255 ]; then
|
if [ $rval -eq 255 ]; then
|
||||||
|
@ -187,7 +187,7 @@ install_pkg_with_binpkg()
|
|||||||
{
|
{
|
||||||
msg_normal "'$pkgname': installing dependency '$1'\n"
|
msg_normal "'$pkgname': installing dependency '$1'\n"
|
||||||
${fakeroot_cmd} ${fakeroot_cmd_args} ${XBPS_BIN_CMD} \
|
${fakeroot_cmd} ${fakeroot_cmd_args} ${XBPS_BIN_CMD} \
|
||||||
-Ay install "$1"
|
-Ay install "\"${1}\""
|
||||||
return $?
|
return $?
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user