summaryrefslogtreecommitdiffstats
path: root/share/tutorials
diff options
context:
space:
mode:
authorEduard Braun <eduard.braun2@gmx.de>2016-11-26 16:15:27 +0000
committerEduard Braun <eduard.braun2@gmx.de>2016-11-26 16:15:27 +0000
commit61b1ddd0599ee54f76494888524b156859134e85 (patch)
tree8c4868fabeaa011779f4449e6b5773d51a052f68 /share/tutorials
parent[Bug #1644886] Color profiles not loaded on Windows (partial fix). (diff)
downloadinkscape-61b1ddd0599ee54f76494888524b156859134e85.tar.gz
inkscape-61b1ddd0599ee54f76494888524b156859134e85.zip
CMake: Add ${INKSCAPE_SHARE_INSTALL}
This is set to "share/inkscape" by default, on Windows we need to be able to install directly into "share" however (bzr r15278)
Diffstat (limited to 'share/tutorials')
-rw-r--r--share/tutorials/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/tutorials/CMakeLists.txt b/share/tutorials/CMakeLists.txt
index f8491bf32..624e46387 100644
--- a/share/tutorials/CMakeLists.txt
+++ b/share/tutorials/CMakeLists.txt
@@ -1,2 +1,2 @@
file(GLOB _FILES "README" "*.svg" "*.jpg" "*.png")
-install(FILES ${_FILES} DESTINATION ${SHARE_INSTALL}/inkscape/tutorials)
+install(FILES ${_FILES} DESTINATION ${INKSCAPE_SHARE_INSTALL}/tutorials)