diff options
| author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-04-12 15:21:06 +0200 |
|---|---|---|
| committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-04-12 15:21:06 +0200 |
| commit | c04a8109aab7637d6ec2b9a8663f52c2443a367e (patch) | |
| tree | 2a9bc0973c145ef47ad4c5d25982c6fcd887fbe8 /data | |
| parent | 2d941130b2df776947e9632f8472b63f601b1eef (diff) | |
replace } with )
Diffstat (limited to 'data')
| -rw-r--r-- | data/CMakeLists.txt | 4 |
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 ) ############################################################################### |