diff --git a/code/ryzom/tools/sheets_packer/CMakeLists.txt b/code/ryzom/tools/sheets_packer/CMakeLists.txt index 85a46db8d..9726ac0e6 100644 --- a/code/ryzom/tools/sheets_packer/CMakeLists.txt +++ b/code/ryzom/tools/sheets_packer/CMakeLists.txt @@ -26,4 +26,4 @@ IF(WITH_PCH) ENDIF(WITH_PCH) INSTALL(TARGETS sheets_packer RUNTIME DESTINATION ${RYZOM_BIN_PREFIX} COMPONENT tools) -INSTALL(FILES sheets_packer.cfg DIRECTORY ${RYZOM_SHARE_PREFIX} COMPONENT tools) \ No newline at end of file +INSTALL(FILES sheets_packer.cfg DESTINATION ${RYZOM_SHARE_PREFIX} COMPONENT tools)