xbps-src: require xbps>=0.43.1 for the bootstrap target to work.
This commit is contained in:
parent
29b171a284
commit
f2dc12e29f
1 changed files with 1 additions and 1 deletions
2
xbps-src
2
xbps-src
|
@ -304,7 +304,7 @@ read_pkg() {
|
||||||
setup_pkg $XBPS_TARGET_PKG $XBPS_CROSS_BUILD
|
setup_pkg $XBPS_TARGET_PKG $XBPS_CROSS_BUILD
|
||||||
}
|
}
|
||||||
|
|
||||||
readonly XBPS_VERSION_REQ="0.42"
|
readonly XBPS_VERSION_REQ="0.43.1"
|
||||||
readonly XBPS_VERSION=$(xbps-uhelper -V|awk '{print $2}')
|
readonly XBPS_VERSION=$(xbps-uhelper -V|awk '{print $2}')
|
||||||
readonly XBPS_SRC_VERSION="113"
|
readonly XBPS_SRC_VERSION="113"
|
||||||
export XBPS_MACHINE=$(uname -m)
|
export XBPS_MACHINE=$(uname -m)
|
||||||
|
|
Loading…
Reference in a new issue