From f215108bea699ff1b63afe4350fde626b8e4f661 Mon Sep 17 00:00:00 2001 From: Xavi Artigas Date: Tue, 23 Apr 2019 11:53:26 +0000 Subject: [PATCH] mono-docs: Honor DESTDIR when installing XML docs The DESTDIR envvar was not being taken into account and the XML doc file ended up in a different place than the DLL. Fix T7802 Reviewed-by: Marcel Hollerbach Differential Revision: https://phab.enlightenment.org/D8687 --- meson/meson_csharp_docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson/meson_csharp_docs.sh b/meson/meson_csharp_docs.sh index 4e6577a173..ea0a000328 100755 --- a/meson/meson_csharp_docs.sh +++ b/meson/meson_csharp_docs.sh @@ -4,4 +4,4 @@ # as meson's library() call can't track files other than the generated # efl_mono.dll -cp $1 $2 +cp "$1" "$DESTDIR$2"