support DESTDIR for the bundle
authorDaniel Stenberg <daniel@haxx.se>
Fri, 30 Aug 2002 11:02:49 +0000 (11:02 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 30 Aug 2002 11:02:49 +0000 (11:02 +0000)
lib/Makefile.am

index 10b0646..6307ca7 100644 (file)
@@ -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