diff options
Diffstat (limited to 'libtdegames')
-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() |