summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorDusan Durech <dusan@debian.(none)>2008-10-30 17:52:45 +0100
committerDusan Durech <dusan@debian.(none)>2008-10-30 17:52:45 +0100
commit26958da9d09934cc162fafc7dd159bf449858c16 (patch)
treee03ff5d7c47c928a43514339011ad3e5272ec57b /data
parent44267977715322a26b388526593833b08bb840c6 (diff)
parente093045bc341c21c35bd8e03df91d4dccd115826 (diff)
Merge branch 'master' of ssh://oroborus@repo.or.cz/srv/git/tuxanci
Diffstat (limited to 'data')
-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 )
###############################################################################