diff options
Diffstat (limited to 'devel/fccf/files/patch-cmake_install-script.cmake')
-rw-r--r-- | devel/fccf/files/patch-cmake_install-script.cmake | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/fccf/files/patch-cmake_install-script.cmake b/devel/fccf/files/patch-cmake_install-script.cmake new file mode 100644 index 000000000000..320cd3d96984 --- /dev/null +++ b/devel/fccf/files/patch-cmake_install-script.cmake @@ -0,0 +1,11 @@ +--- cmake/install-script.cmake.orig 2022-04-29 07:09:29 UTC ++++ cmake/install-script.cmake +@@ -5,7 +5,7 @@ get_filename_component(prefix "${CMAKE_INSTALL_PREFIX} + ) + + get_filename_component(prefix "${CMAKE_INSTALL_PREFIX}" ABSOLUTE) +-set(config_dir "${prefix}/${fccf_INSTALL_CMAKEDIR}") ++set(config_dir "\$ENV{DESTDIR}${prefix}/${fccf_INSTALL_CMAKEDIR}") + set(config_file "${config_dir}/fccfConfig.cmake") + + message(STATUS "Installing: ${config_file}") |