2.3
2.3.x
2.4
ablfs
ablfs-more
legacy
new_features
trunk
Last change
on this file since c1bba57 was 6d0dbc3, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago |
Moved Makefile creation to their own script.
The user MUST to edit/review the build scripts before generating the Makefile.
Fixed SRC_ARCHIVE and FTP_SERVER settings.
|
-
Property mode
set to
100644
|
File size:
575 bytes
|
Rev | Line | |
---|
[6d0dbc3] | 1 | #####
|
---|
| 2 | #
|
---|
| 3 | # Configuration file for the BLFS module
|
---|
| 4 | #
|
---|
| 5 | # $Id$
|
---|
| 6 | #
|
---|
| 7 | # Set default SRC_ARCHIVE and FTP_DIR
|
---|
| 8 | #
|
---|
| 9 | #####
|
---|
| 10 |
|
---|
| 11 |
|
---|
| 12 | #--- The local repository for packages/file
|
---|
| 13 | # Any missing file will be downloaded and archived here,
|
---|
| 14 | # if the user has the right priviledges.
|
---|
| 15 | export SRC_ARCHIVE=$SRC_ARCHIVE
|
---|
| 16 |
|
---|
| 17 | # --- Server used if the file isn't found in SRC_ARCHIVE.
|
---|
| 18 | # As a last resort, the file will dowloaded from upstream, if possible.
|
---|
| 19 | #
|
---|
| 20 | # The server path MUST be set as listed in
|
---|
| 21 | # http://www.linuxfromscratch.org/blfs/download.html
|
---|
| 22 | export FTP_SERVER=ftp://anduin.linuxfromscratch.org/BLFS/
|
---|
Note:
See
TracBrowser
for help on using the repository browser.