README, small text change
This commit is contained in:
parent
775945fac3
commit
f4b3d20f0e
1 changed files with 6 additions and 6 deletions
12
README
12
README
|
@ -77,12 +77,12 @@ $Id$
|
|||
A. Yes it does..
|
||||
|
||||
Q. "What is the function of the SRC_ARCHIVE variable
|
||||
A. When the makefile runs it creates a local copy of the necessary packages
|
||||
in BUILDDIR/sources by downloading the files. If the variable SRC_ARCHIVE
|
||||
is defined the software will first look in this location for the file and,
|
||||
if found, will copy it to BUILDDIR/sources. If the files are not found in
|
||||
SRC_ARCHIVE _and_ you have write priv to the directory any downloaded
|
||||
files will be mirrored there.
|
||||
A. When then symlinked master.sh runs it creates a local copy of the
|
||||
necessary packages in BUILDDIR/sources by downloading the files. If
|
||||
the variable SRC_ARCHIVE is defined the software will first look in
|
||||
this location for the file and, if found, will copy it to BUILDDIR/sources.
|
||||
If the files are not found in SRC_ARCHIVE _and_ you have write priv to
|
||||
the directory any downloaded files will be mirrored there.
|
||||
|
||||
Q. "Why have 2 copies of the files."
|
||||
A. The package files must be visible during the chroot phase and this is a
|
||||
|
|
Reference in a new issue