mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
support DESTDIR for the bundle
This commit is contained in:
parent
98e1605b17
commit
5644f4a295
@ -72,5 +72,5 @@ $(srcdir)/getdate.c: getdate.y
|
||||
|
||||
install-data-hook:
|
||||
@if test -n "@CURL_CA_BUNDLE@"; then \
|
||||
@INSTALL_DATA@ ca-bundle.crt @CURL_CA_BUNDLE@; \
|
||||
@INSTALL_DATA@ ca-bundle.crt $(DESTDIR)@CURL_CA_BUNDLE@; \
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user