/usr/share/dune/cmake/scripts/InstallFile.cmake is in libdune-common-dev 2.5.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 | # Somehow variable list get destroyed when calling cmake (; is replaced with
# whitespace character. Undo this change
string(REGEX REPLACE "([a-zA-Z0-9]) ([/a-zA-Z0-9])" "\\1;\\2" files "${FILES}")
file(INSTALL ${files} DESTINATION ${DIR})
|