[cpp-linbuild] 25/25: Follow HTTP redirects
Scott Cantor
cantor.2 at osu.edu
Mon Apr 5 12:47:08 UTC 2021
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository cpp-linbuild.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-linbuild.git;a=commit;h=15e9d493ef6696774b1ec96d741e0087a94b8f62
commit 15e9d493ef6696774b1ec96d741e0087a94b8f62
Author: John W. O'Brien <john at saltant.com>
AuthorDate: Sat Apr 3 17:25:31 2021 -0400
Follow HTTP redirects
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 75c2e6d..48c5ec0 100644
--- a/Makefile
+++ b/Makefile
@@ -125,7 +125,7 @@ all: $(TARGETS)
define curl-distfile-component
$$(SOURCEDIR)/$$($(1)_DISTFILE):
mkdir -p $$(SOURCEDIR)
- (cd $$(SOURCEDIR) && curl -O $$($(1)_URL))
+ (cd $$(SOURCEDIR) && curl -L -O $$($(1)_URL))
endef
$(foreach component,$(COMPONENTS),$(eval $(call curl-distfile-component,$(component))))
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list