diff options
author | gregory guy <[email protected]> | 2020-06-30 16:46:46 +0200 |
---|---|---|
committer | gregory guy <[email protected]> | 2020-06-30 16:46:46 +0200 |
commit | 0aea32338c4e10924b6fa391bf25ecd55cbb0341 (patch) | |
tree | 448bcd9f00faf79d3787b97abfa1e338976492ff /misc/CMakeLists.txt | |
parent | 4ca91724d7700edb009a3037c7020aa033ce14d7 (diff) | |
download | codeine-0aea32338c4e10924b6fa391bf25ecd55cbb0341.tar.gz codeine-0aea32338c4e10924b6fa391bf25ecd55cbb0341.zip |
Move the codeine icons into the hicolor folder instead of crystalsvg.
Move codeinerc into the system config folder.
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'misc/CMakeLists.txt')
-rw-r--r-- | misc/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/CMakeLists.txt b/misc/CMakeLists.txt index 99c0db2..b1ae91e 100644 --- a/misc/CMakeLists.txt +++ b/misc/CMakeLists.txt @@ -12,7 +12,7 @@ install( install( FILES ${PROJECT_NAME}rc - DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME} + DESTINATION ${CONFIG_INSTALL_DIR} ) tde_create_translated_desktop( ${PROJECT_NAME}.desktop ) |