Skip to content

Commit db874bd

Browse files
authored
Update curl command to follow redirects (#121)
1 parent 79ac18c commit db874bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpm/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ endif
1919

2020
ifeq ($(filter sles%,$(DISTRO)),) # If DISTRO is not sles*.
2121
vendor:
22-
[ -f curl-$(CURL_VERSION).tar.bz2 ] || curl -O https://curl.haxx.se/download/curl-$(CURL_VERSION).tar.bz2
22+
[ -f curl-$(CURL_VERSION).tar.bz2 ] || curl -LO https://curl.haxx.se/download/curl-$(CURL_VERSION).tar.bz2
2323
sha1sum -c curl-$(CURL_VERSION).sha1
2424
else
2525
vendor:;true

0 commit comments

Comments
 (0)