Updated to clarify host subdirectories are created automatically
This commit is contained in:
parent
c67e4ac0f5
commit
908b437268
|
@ -20,15 +20,15 @@ XBPS_MASTERDIR=$XBPS_DISTRIBUTIONDIR/masterdir
|
|||
# created by xbps-src, source distribution tarballs downloaded required
|
||||
# to build packages from source, etc.
|
||||
#
|
||||
# Basically your directory must contain this structure:
|
||||
# Basically your directory will contain this structure:
|
||||
#
|
||||
# /yourdir
|
||||
# |_ /binpkgs
|
||||
# |_ /repocache
|
||||
# |_ /sources
|
||||
#
|
||||
# Those names are constants so you cannot change them, even they are
|
||||
# case sensitive.
|
||||
# When created, those names are constants, so you cannot change them, even
|
||||
# they are case sensitive.
|
||||
#
|
||||
#XBPS_HOSTDIR=/path/to/your/host/directory
|
||||
|
||||
|
|
Loading…
Reference in New Issue