diff options
author | Slávek Banko <[email protected]> | 2020-07-09 03:24:40 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-07-09 03:27:09 +0200 |
commit | 569a752784d81b6a000cc3e58d2c97e43494c41f (patch) | |
tree | e3627eb9c4bc85038d51cf354ded243054157c7b /khexedit/CMakeLists.txt | |
parent | 898fe8dd6b44689d726ef950a8b6acb25e805ef1 (diff) | |
download | tdeutils-569a752784d81b6a000cc3e58d2c97e43494c41f.tar.gz tdeutils-569a752784d81b6a000cc3e58d2c97e43494c41f.zip |
Simplify CMake rules for desktop file translations.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 2fa177c5d6d5801a5a13ff21bf5c3e6757874e03)
Diffstat (limited to 'khexedit/CMakeLists.txt')
-rw-r--r-- | khexedit/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/CMakeLists.txt b/khexedit/CMakeLists.txt index 661218b..12d3b46 100644 --- a/khexedit/CMakeLists.txt +++ b/khexedit/CMakeLists.txt @@ -57,5 +57,5 @@ install( FILES khexeditui.rc tde_create_translated_desktop( SOURCE khexedit.desktop - PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/khexedit-desktops + PO_DIR khexedit-desktops ) |