mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 23:13:58 +00:00
Get curl to follow redirects when downloading docbook files.
[SVN r59531]
This commit is contained in:
parent
ba70baa3ea
commit
7a38e36e86
@ -13,7 +13,7 @@ FOP_VERSION=0.94
|
||||
FOP_JDK_VERSION=1.4
|
||||
FOP_MIRROR=http://mirrors.ibiblio.org/pub/mirrors/apache/xmlgraphics/fop/binaries
|
||||
SOURCEFORGE_MIRROR=http://dl.sourceforge.net
|
||||
HTTP_GET_CMD="curl -O"
|
||||
HTTP_GET_CMD="curl -O -L"
|
||||
|
||||
# No user configuration below this point-------------------------------------
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user