forked from openkylin/efl
8 lines
179 B
Bash
8 lines
179 B
Bash
![]() |
#!/bin/sh
|
||
|
|
||
|
# Installer script needed to install documentation xml file
|
||
|
# as meson's library() call can't track files other than the generated
|
||
|
# efl_mono.dll
|
||
|
|
||
|
cp "$1" "$DESTDIR$2"
|