summaryrefslogtreecommitdiff
path: root/meson
diff options
context:
space:
mode:
authorXavi Artigas <xavierartigas@yahoo.es>2019-04-23 11:53:26 +0000
committerMarcel Hollerbach <mail@marcel-hollerbach.de>2019-04-23 17:39:49 +0200
commitf215108bea699ff1b63afe4350fde626b8e4f661 (patch)
tree859898289d17da2c0499d778589bc1acca58fb0d /meson
parenta09920c96e0beb33b407399eb052230234856da7 (diff)
downloadefl-f215108bea699ff1b63afe4350fde626b8e4f661.tar.gz
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
Diffstat (limited to 'meson')
-rwxr-xr-xmeson/meson_csharp_docs.sh2
1 files changed, 1 insertions, 1 deletions
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"