diff options
author | Alexander Golubev <fatzer2@gmail.com> | 2019-03-02 19:18:50 +0300 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2019-03-02 17:03:11 +0000 |
commit | b45d569f006db03b41784c1af3c42ecd46e5027c (patch) | |
tree | acd322dd3d05286ce4d2fa6b68bfa97b5173bb88 | |
parent | 040a63c0202d0fd148cd9a36aea00dc2652e33b4 (diff) | |
download | kooldock-b45d569f006db03b41784c1af3c42ecd46e5027c.tar.gz kooldock-b45d569f006db03b41784c1af3c42ecd46e5027c.zip |
avoid installing duplicates of icons
This closes #3.
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
-rw-r--r-- | icons/CMakeLists.txt | 2 | ||||
-rw-r--r-- | icons/Makefile.am | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/icons/CMakeLists.txt b/icons/CMakeLists.txt index d352db6..63f765b 100644 --- a/icons/CMakeLists.txt +++ b/icons/CMakeLists.txt @@ -1,3 +1 @@ tde_install_icons( ) - -tde_install_icons( DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/icons ) diff --git a/icons/Makefile.am b/icons/Makefile.am index 9ff7784..e5515a8 100644 --- a/icons/Makefile.am +++ b/icons/Makefile.am @@ -1,3 +1 @@ KDE_ICON = AUTO -appicondir = $(kde_datadir)/kooldock/icons -appicon_ICON = AUTO
\ No newline at end of file |