xbps-src: full switch to void-packages.
This commit is contained in:
parent
4b6129eeb7
commit
6928b52a4e
3 changed files with 7 additions and 7 deletions
10
xbps-src
10
xbps-src
|
@ -129,7 +129,7 @@ Options:
|
|||
Absolute path to a directory to be bind mounted at <masterdir>/host.
|
||||
The host directory stores binary packages, sources and package dependencies
|
||||
downloaded from remote repositories.
|
||||
If unset defaults to xbps-packages/hostdir.
|
||||
If unset defaults to void-packages/hostdir.
|
||||
|
||||
-h Usage output.
|
||||
|
||||
|
@ -142,7 +142,7 @@ Options:
|
|||
-m <masterdir>
|
||||
Absolute path to a directory to be used as masterdir.
|
||||
The masterdir is the main directory to build/store/compile packages.
|
||||
If unset defaults to xbps-packages/masterdir.
|
||||
If unset defaults to void-packages/masterdir.
|
||||
|
||||
-N Disable use of remote repositories to resolve dependencies.
|
||||
|
||||
|
@ -356,7 +356,7 @@ check_reqhost_utils
|
|||
|
||||
if [ -n "$IN_CHROOT" ]; then
|
||||
readonly XBPS_CONFIG_FILE=/etc/xbps/xbps-src.conf
|
||||
readonly XBPS_DISTDIR=/xbps-packages
|
||||
readonly XBPS_DISTDIR=/void-packages
|
||||
else
|
||||
_distdir="$(readlink -f $(dirname $0))"
|
||||
if [ "${_distdir}" = "." ]; then
|
||||
|
@ -397,8 +397,8 @@ if [ -n "$IN_CHROOT" ]; then
|
|||
readonly XBPS_RINDEX_CMD="xbps-rindex"
|
||||
readonly XBPS_RECONFIGURE_CMD="xbps-reconfigure"
|
||||
readonly XBPS_REMOVE_CMD="xbps-remove"
|
||||
readonly XBPS_SRCPKGDIR=/xbps-packages/srcpkgs
|
||||
readonly XBPS_COMMONDIR=/xbps-packages/common
|
||||
readonly XBPS_SRCPKGDIR=/void-packages/srcpkgs
|
||||
readonly XBPS_COMMONDIR=/void-packages/common
|
||||
readonly XBPS_DESTDIR=/destdir
|
||||
readonly XBPS_BUILDDIR=/builddir
|
||||
readonly XBPS_SHUTILSDIR=$XBPS_COMMONDIR/xbps-src/shutils
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue