diff --git a/lib/Makefile.am b/lib/Makefile.am index 10b064657..6307ca790 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -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