xbps-src: require xbps>=0.54.
if xbps-install(1) returns EEXIST, treat it as an error, do not ignore it. xbps-install(1) now returns only EEXIST for file conflicts in transaction, so that it should not be ignored.
This commit is contained in:
parent
0e46d29f44
commit
198acb8e39
2 changed files with 7 additions and 6 deletions
2
xbps-src
2
xbps-src
|
@ -390,7 +390,7 @@ setup_distfiles_mirror() {
|
|||
done
|
||||
}
|
||||
|
||||
readonly XBPS_VERSION_REQ="0.46"
|
||||
readonly XBPS_VERSION_REQ="0.54"
|
||||
readonly XBPS_VERSION=$(xbps-uhelper -V|awk '{print $2}')
|
||||
readonly XBPS_SRC_VERSION="113"
|
||||
export XBPS_MACHINE=$(xbps-uhelper arch)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue