From a276481492798b95d4f4a0fc2d01e5a5ad24dcb8 Mon Sep 17 00:00:00 2001 From: kervala Date: Sat, 12 Dec 2015 11:26:55 +0100 Subject: [PATCH] Fixed: Typo --- code/ryzom/tools/sheets_packer/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)