mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-26 08:42:12 +08:00
Fix apache-ant fetch.xml problem.
apache-ant tries to download NetRexx.zip from an IBM site that no longer accepts annonymous ftp. We now host that file on anduin.
This commit is contained in:
parent
d6c15b0861
commit
8fdbeef95c
@ -140,6 +140,15 @@
|
||||
|
||||
<screen><userinput>./bootstrap.sh</userinput></screen>
|
||||
|
||||
<para>
|
||||
Now fix a problem when the next command tries to download a file from
|
||||
a problem site:
|
||||
</para>
|
||||
|
||||
<screen><userinput>sed -e 's|ftp.software.ibm.com|anduin.linuxfromscratch.org|' \
|
||||
-e 's|software/awdtools/netrexx|BLFS/apache-ant|' \
|
||||
-i fetch.xml </userinput></screen>
|
||||
|
||||
<para>
|
||||
Download the runtime dependencies using the
|
||||
<filename>fetch.xml</filename> ant build script:
|
||||
|
Loading…
Reference in New Issue
Block a user