zmike pushed a commit to branch efl-1.22. http://git.enlightenment.org/core/efl.git/commit/?id=39c06dd634f721cf3f82f51a666e2cb847937d7f
commit 39c06dd634f721cf3f82f51a666e2cb847937d7f Author: Xavi Artigas <[email protected]> Date: Tue Apr 23 11:53:26 2019 +0000 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 <[email protected]> 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" --
