Fix: wrong extension of configured files
[staging/xdg-launcher.git] / cmake / cmake.d / 02-macros.cmake
index fd0c43b..7444214 100644 (file)
@@ -42,6 +42,7 @@ macro(configure_files_in_dir dir)
        foreach(file ${filelist})
                get_filename_component(filename ${file} NAME)
                string(REGEX REPLACE "target" "${RSYNC_TARGET}" destinationfile ${filename})
+               string(REGEX REPLACE ".in$" "" destinationfile ${destinationfile})
                configure_file(${file} ${CMAKE_CURRENT_BINARY_DIR}/target/${destinationfile})
        endforeach()
 endmacro(configure_files_in_dir)