From bd5bf0621b2e9dd584a78b1cc3dacedd045bda6b Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sat, 8 Apr 2006 11:30:57 +0000 Subject: [PATCH] Allow to set SRC_ARCHIVE via envar. --- common/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/config b/common/config index eae4146..897a4e6 100644 --- a/common/config +++ b/common/config @@ -13,9 +13,10 @@ declare -r HTTP=http://ftp.lfs-matrix.net/pub/lfs/conglomeration BUILDDIR=/mnt/build_dir #--- The local repository for packages/file +# Used only if HPKG = 1 # Any missing file will be downloaded and archived here, # if the user has the right priviledges. -SRC_ARCHIVE= +SRC_ARCHIVE=$SRC_ARCHIVE #--- Download the source packages 0(no)/1(yes) HPKG=0