summaryrefslogtreecommitdiffstats
path: root/wallpapers
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-07-09 03:40:42 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-07-09 03:40:54 +0200
commitbcbe4700e9612098ea94ac40ac95e23769ba5e10 (patch)
tree8fb8536f5bb8f5c955f774b26a187fbef0762359 /wallpapers
parenteeadc3f5cae5e5f0ae2b618b0521179fe2a37cd8 (diff)
downloadtdeartwork-bcbe4700e9612098ea94ac40ac95e23769ba5e10.tar.gz
tdeartwork-bcbe4700e9612098ea94ac40ac95e23769ba5e10.zip
Simplify CMake rules for desktop file translations.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 1e91884c7c3990f5d5e7dafb028e558a4852568c)
Diffstat (limited to 'wallpapers')
-rw-r--r--wallpapers/CMakeLists.txt2
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()