diff options
| author | Tomáš Chvátal <scarabeus@gentoo.org> | 2009-09-03 18:23:06 +0200 |
|---|---|---|
| committer | Tomáš Chvátal <scarabeus@gentoo.org> | 2009-09-03 18:23:06 +0200 |
| commit | 84ac032dc272e78f9969c89d8a4e974b8687d86a (patch) | |
| tree | d5522e1d7db3787221dcc9bb36c45a09263a2339 /data | |
| parent | b594c77801d7b6c1a7033d3fa5c720726d3743bd (diff) | |
Dont install icon twice.
Diffstat (limited to 'data')
| -rw-r--r-- | data/CMakeLists.txt | 2 |
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}/ ) |