xbps-src: fully remove check for xbps version check.
This commit is contained in:
parent
21f9ae3757
commit
831abd5514
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
set_defvars()
|
set_defvars()
|
||||||
{
|
{
|
||||||
local DDIRS i instver instsharedir
|
local DDIRS i instsharedir
|
||||||
|
|
||||||
instsharedir=@@XBPS_INSTALL_SHAREDIR@@
|
instsharedir=@@XBPS_INSTALL_SHAREDIR@@
|
||||||
|
|
||||||
|
@ -67,10 +67,4 @@ set_defvars()
|
||||||
export XBPS_CMPVER_CMD="xbps-uhelper.static cmpver"
|
export XBPS_CMPVER_CMD="xbps-uhelper.static cmpver"
|
||||||
export XBPS_FETCH_CMD="xbps-uhelper.static fetch"
|
export XBPS_FETCH_CMD="xbps-uhelper.static fetch"
|
||||||
export XBPS_REPO_CMD="xbps-repo.static"
|
export XBPS_REPO_CMD="xbps-repo.static"
|
||||||
|
|
||||||
#
|
|
||||||
# Check that installed xbps utils version is recent enough.
|
|
||||||
#
|
|
||||||
instver=$(${XBPS_PKGDB_CMD} -V)
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue