diff options
Diffstat (limited to 'data/CMakeLists.txt')
| -rw-r--r-- | data/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index 03976e5..2d2c95f 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -18,7 +18,7 @@ IF ( NOT Server ) DESTINATION doc/${APPNAME}-${TUXANCI_VERSION}/) IF ( NOT Win ) INSTALL ( FILES tuxanci.ico - DESTINATION share/doc/${APPNAME}-${TUXANCI_VERSION}/ ) + DESTINATION doc/${APPNAME}-${TUXANCI_VERSION}/ ) ENDIF ( NOT Win ) ENDIF ( NOT Server ) ###############################################################################
\ No newline at end of file |