diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-07-09 03:40:42 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-07-09 03:40:42 +0200 |
commit | 1e91884c7c3990f5d5e7dafb028e558a4852568c (patch) | |
tree | 487c8c145853e3f8a26c5a2e47e8b07094ae635c /wallpapers/CMakeLists.txt | |
parent | 2098ac13dea17eeef1ec20973af95af50df12593 (diff) | |
download | tdeartwork-1e91884c7c3990f5d5e7dafb028e558a4852568c.tar.gz tdeartwork-1e91884c7c3990f5d5e7dafb028e558a4852568c.zip |
Simplify CMake rules for desktop file translations.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'wallpapers/CMakeLists.txt')
-rw-r--r-- | wallpapers/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wallpapers/CMakeLists.txt b/wallpapers/CMakeLists.txt index c2fa86b0..592cc1c3 100644 --- a/wallpapers/CMakeLists.txt +++ b/wallpapers/CMakeLists.txt @@ -24,7 +24,7 @@ foreach( _wallpaper IN LISTS _wallpapers ) tde_create_translated_desktop( SOURCE ${_wallpaper}.desktop DESTINATION ${WALLPAPER_INSTALL_DIR} - PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/wallpapers-desktops + PO_DIR wallpapers-desktops ) endif() endforeach() |