Module: Mesa Branch: master Commit: 12cf08fcc3e3229ce8b4f8f9b3230388b16a7e62 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=12cf08fcc3e3229ce8b4f8f9b3230388b16a7e62
Author: Laurent Carlier <lordhea...@gmail.com> Date: Sun Apr 17 11:38:53 2016 +0200 anv: honor DESTDIR when installing icd file https://bugs.freedesktop.org/show_bug.cgi?id=94969 Reviewed-by: Chad Versace <chad.vers...@intel.com> --- src/intel/vulkan/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intel/vulkan/Makefile.am b/src/intel/vulkan/Makefile.am index edbe213..beb7006 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 _______________________________________________ mesa-commit mailing list mesa-commit@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-commit