common/xbps-src/shutils/cross: update cross-vpkg-dummy version.
This commit is contained in:
parent
8e149eb186
commit
64ef186678
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ prepare_cross_sysroot() {
|
||||||
[ $? -eq 0 ] && return 0
|
[ $? -eq 0 ] && return 0
|
||||||
|
|
||||||
# Check for cross-vpkg-dummy available for the target arch, otherwise build it.
|
# Check for cross-vpkg-dummy available for the target arch, otherwise build it.
|
||||||
pkg_available 'cross-vpkg-dummy>=0.33_1' $cross
|
pkg_available 'cross-vpkg-dummy>=0.34_1' $cross
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
$XBPS_LIBEXECDIR/build.sh cross-vpkg-dummy bootstrap pkg $cross init || return $?
|
$XBPS_LIBEXECDIR/build.sh cross-vpkg-dummy bootstrap pkg $cross init || return $?
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue