From 9601b249a740b8f5d4597c77b3c147cdde54ee1d Mon Sep 17 00:00:00 2001 From: Patrick Spendrin Date: Mon, 30 Nov 2009 02:03:22 +0000 Subject: [PATCH] do not set PERMISSIONS on Windows svn path=/trunk/KDE/kdegames/palapeli/; revision=1056410 --- puzzles/CMakeLists.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/puzzles/CMakeLists.txt b/puzzles/CMakeLists.txt index 05a54ca..99f6ebb 100644 --- a/puzzles/CMakeLists.txt +++ b/puzzles/CMakeLists.txt @@ -1,3 +1,4 @@ +if(NOT WIN32) install(FILES castle-maintenon.puzzle cincinnati-bridge.puzzle @@ -12,3 +13,16 @@ install(FILES DESTINATION ${CONFIG_INSTALL_DIR} PERMISSIONS OWNER_READ GROUP_READ WORLD_READ RENAME palapeli-collectionrc) +else(NOT WIN32) +install(FILES + castle-maintenon.puzzle + cincinnati-bridge.puzzle + citrus-fruits.puzzle + european-honey-bee.puzzle + panther-chameleon-female.puzzle +DESTINATION ${DATA_INSTALL_DIR}/palapeli/collection) +install(FILES + default-collection.conf +DESTINATION ${CONFIG_INSTALL_DIR} +RENAME palapeli-collectionrc) +endif(NOT WIN32) \ No newline at end of file -- GitLab