diff options
author | Xavi Artigas <xavierartigas@yahoo.es> | 2019-04-23 11:53:26 +0000 |
---|---|---|
committer | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2019-04-23 17:39:49 +0200 |
commit | f215108bea699ff1b63afe4350fde626b8e4f661 (patch) | |
tree | 859898289d17da2c0499d778589bc1acca58fb0d /meson/meson_csharp_docs.sh | |
parent | a09920c96e0beb33b407399eb052230234856da7 (diff) |
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/meson_csharp_docs.sh')
-rwxr-xr-x | meson/meson_csharp_docs.sh | 2 |
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 @@ | |||
4 | # as meson's library() call can't track files other than the generated | 4 | # as meson's library() call can't track files other than the generated |
5 | # efl_mono.dll | 5 | # efl_mono.dll |
6 | 6 | ||
7 | cp $1 $2 | 7 | cp "$1" "$DESTDIR$2" |