diff options
author | Timothy Pearson <[email protected]> | 2013-05-29 17:49:42 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-05-29 17:49:42 -0500 |
commit | 520df6660d72845d06400c570375038e10967eeb (patch) | |
tree | 212cb0da3785de3d98176373e9a1200da353d4ca /tdelirc/icons/CMakeLists.txt | |
parent | 2dc3c3f7b9a7a0dffcabaef12df37110943aec0f (diff) | |
download | tdeutils-520df6660d72845d06400c570375038e10967eeb.tar.gz tdeutils-520df6660d72845d06400c570375038e10967eeb.zip |
Fix tdelirc icon installation
Diffstat (limited to 'tdelirc/icons/CMakeLists.txt')
-rw-r--r-- | tdelirc/icons/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tdelirc/icons/CMakeLists.txt b/tdelirc/icons/CMakeLists.txt index 567e0a6..796d11e 100644 --- a/tdelirc/icons/CMakeLists.txt +++ b/tdelirc/icons/CMakeLists.txt @@ -9,4 +9,6 @@ # ################################################# -tde_install_icons( DESTINATION ${DATA_INSTALL_DIR}/irkick/icons ) +add_subdirectory( actions ) + +tde_install_icons( ) |