summaryrefslogtreecommitdiff
path: root/data/CMakeLists.txt
diff options
context:
space:
mode:
authorTomáš Chvátal <scarabeus@gentoo.org>2009-09-03 18:23:06 +0200
committerTomáš Chvátal <scarabeus@gentoo.org>2009-09-03 18:23:06 +0200
commit84ac032dc272e78f9969c89d8a4e974b8687d86a (patch)
treed5522e1d7db3787221dcc9bb36c45a09263a2339 /data/CMakeLists.txt
parentb594c77801d7b6c1a7033d3fa5c720726d3743bd (diff)
Dont install icon twice.
Diffstat (limited to 'data/CMakeLists.txt')
-rw-r--r--data/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt
index 9e60c89..f52b660 100644
--- a/data/CMakeLists.txt
+++ b/data/CMakeLists.txt
@@ -15,8 +15,6 @@ ENDIF ( NOT BUILD_SERVER )
###############################################################################
IF ( NOT BUILD_SERVER )
INSTALL ( FILES tuxanci.svg
- DESTINATION ${CMAKE_INSTALL_DOCDIR}/ )
- INSTALL ( FILES tuxanci.svg
DESTINATION ${CMAKE_INSTALL_ICONDIR}/ )
INSTALL ( FILES tuxanci.desktop
DESTINATION ${CMAKE_INSTALL_DESKTOPDIR}/ )