xbps-src: required XBPS utils >= 20100511, hardcode fakeroot path.
This commit is contained in:
parent
db137094fa
commit
037b066e92
1 changed files with 2 additions and 2 deletions
|
@ -28,12 +28,12 @@ trap "echo && exit 1" INT QUIT
|
|||
: ${XBPS_CONFIG_FILE:=@@XBPS_INSTALL_ETCDIR@@/xbps-src.conf}
|
||||
|
||||
: ${progname:=$(basename $0)}
|
||||
: ${fakeroot_cmd:=fakeroot}
|
||||
: ${fakeroot_cmd:=/usr/bin/fakeroot}
|
||||
: ${fakeroot_cmd_args:=--}
|
||||
: ${sudo_cmd:=sudo}
|
||||
: ${chroot_cmd:=chroot}
|
||||
: ${xbps_machine:=$(uname -m)}
|
||||
: ${XBPS_UTILS_REQVER:=20100121}
|
||||
: ${XBPS_UTILS_REQVER:=20100511}
|
||||
|
||||
usage()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue