Commit 5644f4a2 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

support DESTDIR for the bundle

parent 98e1605b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -72,5 +72,5 @@ $(srcdir)/getdate.c: getdate.y


install-data-hook:
install-data-hook:
	@if test -n "@CURL_CA_BUNDLE@"; then \
	@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
        fi