summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-04-12 15:21:06 +0200
committerTomas Chvatal <scarabeus@gentoo.org>2009-04-12 15:21:06 +0200
commitc04a8109aab7637d6ec2b9a8663f52c2443a367e (patch)
tree2a9bc0973c145ef47ad4c5d25982c6fcd887fbe8 /data
parent2d941130b2df776947e9632f8472b63f601b1eef (diff)
replace } with )
Diffstat (limited to 'data')
-rw-r--r--data/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt
index 12f1767..a46c40b 100644
--- a/data/CMakeLists.txt
+++ b/data/CMakeLists.txt
@@ -15,8 +15,8 @@ IF ( NOT Server )
INSTALL ( FILES tuxanci.svg
DESTINATION ${CMAKE_INSTALL_DOCDIR}/ )
INSTALL ( FILES tuxanci.svg
- DESTINATION ${CMAKE_INSTALL_ICONDIR}/ }
+ DESTINATION ${CMAKE_INSTALL_ICONDIR}/ )
INSTALL ( FILES tuxanci.desktop
- DESTINATION ${CMAKE_INSTALL_DESKTOPDIR}/ }
+ DESTINATION ${CMAKE_INSTALL_DESKTOPDIR}/ )
ENDIF ( NOT Server )
###############################################################################