diff options
author | Michele Calgaro <[email protected]> | 2020-02-24 14:33:07 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-02-24 14:33:07 +0900 |
commit | 7fea3c42ee6179edaa3e9f36c794540ae73fcc95 (patch) | |
tree | 4cea28ad693ec218f0c17b4702fe6b01cb2fa79e /icons/CMakeLists.txt | |
parent | 70194b269e22711c3bbbc18d339b69aab028371e (diff) | |
download | tdedocker-7fea3c42ee6179edaa3e9f36c794540ae73fcc95.tar.gz tdedocker-7fea3c42ee6179edaa3e9f36c794540ae73fcc95.zip |
Completed kdocker -> tdedocker renaming effort.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'icons/CMakeLists.txt')
-rw-r--r-- | icons/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/icons/CMakeLists.txt b/icons/CMakeLists.txt index 5821e00..da36b29 100644 --- a/icons/CMakeLists.txt +++ b/icons/CMakeLists.txt @@ -9,5 +9,5 @@ # ################################################# -install ( FILES kdocker.png question.png - DESTINATION ${DATA_INSTALL_DIR}/kdocker/icons ) +install ( FILES tdedocker.png question.png + DESTINATION ${DATA_INSTALL_DIR}/tdedocker/icons ) |