]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
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 10b06465767dfa6ffe84f8f9eb19564dafffd4d8..6307ca790e2ddb67cfc748393d621d4a855f4193 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