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 <mail@marcel-hollerbach.de>
Differential Revision: https://phab.enlightenment.org/D8687
devs/felipealmeida/eo_ownership_optimization_test
Xavi Artigas 5 years ago committed by Marcel Hollerbach
parent a09920c96e
commit f215108bea
  1. 2
      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"

Loading…
Cancel
Save