diff options
author | Slávek Banko <[email protected]> | 2022-08-28 20:46:19 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-08-28 20:46:40 +0200 |
commit | e8810846be77c7a8a9432f14a206ff6ac62727cc (patch) | |
tree | e5b34226e8d06234d4a66a98428d577127a1d709 | |
parent | 24c7af0ccb3c8d2981d658140428422de90c24f1 (diff) | |
download | k3b-e8810846be77c7a8a9432f14a206ff6ac62727cc.tar.gz k3b-e8810846be77c7a8a9432f14a206ff6ac62727cc.zip |
Fix destination path for events translations template.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 59fc6198ba780429ad9a4be4aa55f0b3a258dbd2)
-rw-r--r-- | src/CMakeL10n.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeL10n.txt b/src/CMakeL10n.txt index bf487d9..50f5592 100644 --- a/src/CMakeL10n.txt +++ b/src/CMakeL10n.txt @@ -11,4 +11,5 @@ tde_l10n_create_template( tde_l10n_create_template( CATALOG "desktop_files/eventsrc/" SOURCES eventsrc + DESTINATION "${CMAKE_SOURCE_DIR}/translations" ) |