Allow to set SRC_ARCHIVE via envar.
This commit is contained in:
parent
73e1720570
commit
bd5bf0621b
1 changed files with 2 additions and 1 deletions
|
@ -13,9 +13,10 @@ declare -r HTTP=http://ftp.lfs-matrix.net/pub/lfs/conglomeration
|
||||||
BUILDDIR=/mnt/build_dir
|
BUILDDIR=/mnt/build_dir
|
||||||
|
|
||||||
#--- The local repository for packages/file
|
#--- The local repository for packages/file
|
||||||
|
# Used only if HPKG = 1
|
||||||
# Any missing file will be downloaded and archived here,
|
# Any missing file will be downloaded and archived here,
|
||||||
# if the user has the right priviledges.
|
# if the user has the right priviledges.
|
||||||
SRC_ARCHIVE=
|
SRC_ARCHIVE=$SRC_ARCHIVE
|
||||||
|
|
||||||
#--- Download the source packages 0(no)/1(yes)
|
#--- Download the source packages 0(no)/1(yes)
|
||||||
HPKG=0
|
HPKG=0
|
||||||
|
|
Reference in a new issue