diff options
author | Laurent Carlier <[email protected]> | 2016-04-17 11:38:53 +0200 |
---|---|---|
committer | Chad Versace <[email protected]> | 2016-04-26 14:57:54 -0700 |
commit | 12cf08fcc3e3229ce8b4f8f9b3230388b16a7e62 (patch) | |
tree | 0ea426bbb39b5c3f81464c75a79f71580fc16644 /src/intel | |
parent | ec5f7fc7bd1104700738f27f0e79269fe3ab4072 (diff) |
anv: honor DESTDIR when installing icd file
https://bugs.freedesktop.org/show_bug.cgi?id=94969
Reviewed-by: Chad Versace <[email protected]>
Diffstat (limited to 'src/intel')
-rw-r--r-- | src/intel/vulkan/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/vulkan/Makefile.am b/src/intel/vulkan/Makefile.am index edbe2132b22..beb700650a3 100644 --- a/src/intel/vulkan/Makefile.am +++ b/src/intel/vulkan/Makefile.am @@ -210,4 +210,4 @@ libvulkan_test_la_LIBADD = $(libvulkan_intel_la_LIBADD) include $(top_srcdir)/install-lib-links.mk install-data-local: - $(INSTALL_DATA) -D $(srcdir)/intel_icd.json $(VULKAN_ICD_INSTALL_DIR)/intel_icd.json + $(INSTALL_DATA) -D $(srcdir)/intel_icd.json $(DESTDIR)/$(VULKAN_ICD_INSTALL_DIR)/intel_icd.json |