diff --git a/SuperBuild/Packaging/InstallSupportFiles.cmake b/SuperBuild/Packaging/InstallSupportFiles.cmake index 56e8860da1b0a579c4e5b3f8c17dda4291988f5a..1b1422c117881840451aac24cb50b8aeb6df1686 100644 --- a/SuperBuild/Packaging/InstallSupportFiles.cmake +++ b/SuperBuild/Packaging/InstallSupportFiles.cmake @@ -237,7 +237,7 @@ function(func_install_otb_support_files) install( FILES ${PACKAGE_SUPPORT_FILES_DIR}/otbenv.profile DESTINATION ${PKG_STAGE_DIR} - RENAME otbenv.sh) + RENAME otbenv.sh ) endforeach()