support DESTDIR for the bundle

This commit is contained in:
Daniel Stenberg 2002-08-30 11:02:49 +00:00
Родитель 98e1605b17
Коммит 5644f4a295
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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