diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | general.ent | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -BASEDIR=~/lfs-book +BASEDIR=~/belfs-book lfs: xsltproc --xinclude --nonet -stringparam base.dir $(BASEDIR)/ \ diff --git a/general.ent b/general.ent index 5f6bbbebf..903fe2b09 100644 --- a/general.ent +++ b/general.ent @@ -5,12 +5,12 @@ <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> <!ENTITY blfs-root "&lfs-root;blfs/"> +<!ENTITY http-down "http://downloads.linuxfromscratch.org/"> <!ENTITY faq-root "&lfs-root;faq/"> <!ENTITY hints-root "&lfs-root;hints/downloads/files/"> <!ENTITY hints-index "&lfs-root;hints/list.html"> -<!ENTITY patches-root "ftp://ftp.be-linux.org/belfs/patches/"> +<!ENTITY patches-root "&http-down;cvs-patches/"> <!ENTITY wiki-root "http://wiki.linuxfromscratch.org/"> -<!ENTITY http-down "http://downloads.linuxfromscratch.org/"> <!ENTITY freshmeat "http://freshmeat.net/projects/"> <!ENTITY buildtime "Approximate build time: "> |