Use the new xbps-uhelper bin, require xbps utils 20091124-1.
--HG-- extra : convert_revision : d29be962c344de65b805f4690afc335db32b541e
This commit is contained in:
@@ -30,7 +30,7 @@ trap "echo && exit 1" INT QUIT
|
||||
: ${progname:=$(basename $0)}
|
||||
: ${fakeroot_cmd:=fakeroot}
|
||||
: ${xbps_machine:=$(uname -m)}
|
||||
: ${XBPS_UTILS_REQVER:=20091123}
|
||||
: ${XBPS_UTILS_REQVER:=20091124-1}
|
||||
|
||||
usage()
|
||||
{
|
||||
@@ -116,11 +116,11 @@ set_defvars()
|
||||
[ ! -d "$val" ] && msg_error "cannot find $i, aborting."
|
||||
done
|
||||
|
||||
export XBPS_PKGDB_CMD="xbps-pkgdb.static -r $XBPS_MASTERDIR"
|
||||
export XBPS_PKGDB_CMD="xbps-uhelper.static -r $XBPS_MASTERDIR"
|
||||
export XBPS_BIN_CMD="xbps-bin.static -r $XBPS_MASTERDIR"
|
||||
export XBPS_DIGEST_CMD="xbps-digest.static"
|
||||
export XBPS_CMPVER_CMD="xbps-cmpver.static"
|
||||
export XBPS_FETCH_CMD="xbps-fetch.static"
|
||||
export XBPS_DIGEST_CMD="xbps-uhelper.static digest"
|
||||
export XBPS_CMPVER_CMD="xbps-uhelper.static cmpver"
|
||||
export XBPS_FETCH_CMD="xbps-uhelper.static fetch"
|
||||
|
||||
#
|
||||
# Check that installed xbps utils version is recent enough.
|
||||
|
||||
Reference in New Issue
Block a user