From c04a8109aab7637d6ec2b9a8663f52c2443a367e Mon Sep 17 00:00:00 2001 From: Tomas Chvatal Date: Sun, 12 Apr 2009 15:21:06 +0200 Subject: replace } with ) --- data/CMakeLists.txt | 4 ++-- 1 file 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 ) ############################################################################### -- cgit v1.2.3