summaryrefslogtreecommitdiff
path: root/data/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'data/CMakeLists.txt')
-rw-r--r--data/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt
index aece086..a7a9572 100644
--- a/data/CMakeLists.txt
+++ b/data/CMakeLists.txt
@@ -15,6 +15,6 @@ ADD_SUBDIRECTORY ( sound )
CONFIGURE_FILE ( ${CMAKE_SOURCE_DIR}/data/tuxanci.desktop.in ${CMAKE_SOURCE_DIR}/data/tuxanci.desktop )
IF ( NOT Server )
INSTALL ( FILES tuxanci.svg
- DESTINATION ${CMAKE_INSTALL_DOCDIR}/${APPNAME}/ )
+ DESTINATION ${CMAKE_INSTALL_DOCDIR}/ )
ENDIF ( NOT Server )
###############################################################################