mono-docs: Honor DESTDIR when installing XML docs
authorXavi Artigas <xavierartigas@yahoo.es>
Tue, 23 Apr 2019 11:53:26 +0000 (11:53 +0000)
committerYeongjong Lee <yj34.lee@samsung.com>
Wed, 24 Apr 2019 05:24:47 +0000 (14:24 +0900)
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

meson/meson_csharp_docs.sh

index 4e6577a..ea0a000 100755 (executable)
@@ -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"