diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-07-09 03:36:23 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-07-09 03:36:23 +0200 |
commit | b21981e7e3134727c651ee6a0f7865396cd1d415 (patch) | |
tree | 1857f4738933e15925c94664cbfbf1d6e6ce5f9b /kreversi | |
parent | 9a386f1630a7556a8aca9cf4bf09723dc5c0eb15 (diff) | |
download | tdegames-b21981e7e3134727c651ee6a0f7865396cd1d415.tar.gz tdegames-b21981e7e3134727c651ee6a0f7865396cd1d415.zip |
Simplify CMake rules for desktop file translations.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'kreversi')
-rw-r--r-- | kreversi/sounds/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kreversi/sounds/CMakeLists.txt b/kreversi/sounds/CMakeLists.txt index 66c7be28..c3018fee 100644 --- a/kreversi/sounds/CMakeLists.txt +++ b/kreversi/sounds/CMakeLists.txt @@ -3,7 +3,7 @@ tde_create_translated_desktop( SOURCE eventsrc DESTINATION ${DATA_INSTALL_DIR}/kreversi - PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/kreversi-eventsrc + PO_DIR kreversi-eventsrc ) install( FILES reversi-click.wav reversi-won.wav |