xbps-src: fully remove check for xbps version check.

This commit is contained in:
Juan RP 2011-06-20 10:58:33 +02:00
parent 21f9ae3757
commit 831abd5514

View file

@ -25,7 +25,7 @@
set_defvars()
{
local DDIRS i instver instsharedir
local DDIRS i instsharedir
instsharedir=@@XBPS_INSTALL_SHAREDIR@@
@ -67,10 +67,4 @@ set_defvars()
export XBPS_CMPVER_CMD="xbps-uhelper.static cmpver"
export XBPS_FETCH_CMD="xbps-uhelper.static fetch"
export XBPS_REPO_CMD="xbps-repo.static"
#
# Check that installed xbps utils version is recent enough.
#
instver=$(${XBPS_PKGDB_CMD} -V)
}