aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-08-30 11:02:49 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-08-30 11:02:49 +0000
commit5644f4a2957378fb480369d2f1c9d5ccc4ebac6f (patch)
treeae8d66b071f20529da0f336582f44df8ecb605b2 /lib/Makefile.am
parent98e1605b170153dc4281d623dd8df6e50590ca80 (diff)
support DESTDIR for the bundle
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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