diff options
author | Slávek Banko <[email protected]> | 2020-07-09 03:36:23 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-07-09 03:36:23 +0200 |
commit | b21981e7e3134727c651ee6a0f7865396cd1d415 (patch) | |
tree | 1857f4738933e15925c94664cbfbf1d6e6ce5f9b /libtdegames/carddecks | |
parent | 9a386f1630a7556a8aca9cf4bf09723dc5c0eb15 (diff) | |
download | tdegames-b21981e7e3134727c651ee6a0f7865396cd1d415.tar.gz tdegames-b21981e7e3134727c651ee6a0f7865396cd1d415.zip |
Simplify CMake rules for desktop file translations.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'libtdegames/carddecks')
-rw-r--r-- | libtdegames/carddecks/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtdegames/carddecks/CMakeLists.txt b/libtdegames/carddecks/CMakeLists.txt index 6b1bb7fb..6dc06d65 100644 --- a/libtdegames/carddecks/CMakeLists.txt +++ b/libtdegames/carddecks/CMakeLists.txt @@ -25,6 +25,6 @@ foreach( _desktop IN LISTS _desktops ) tde_create_translated_desktop( SOURCE ${_desktop} DESTINATION ${DATA_INSTALL_DIR}/carddecks/${_theme} - PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/libtdegames-carddecks + PO_DIR libtdegames-carddecks ) endforeach() |