diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-07-09 03:24:40 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-07-09 03:24:40 +0200 |
commit | 2fa177c5d6d5801a5a13ff21bf5c3e6757874e03 (patch) | |
tree | b1f89091a3c7d4ead83f215596c7e2382c3af2c3 /tdefilereplace | |
parent | 6afcd26d9e618e16f646bfefd33e30aa3c653798 (diff) | |
download | tdeutils-2fa177c5d6d5801a5a13ff21bf5c3e6757874e03.tar.gz tdeutils-2fa177c5d6d5801a5a13ff21bf5c3e6757874e03.zip |
Simplify CMake rules for desktop file translations.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'tdefilereplace')
-rw-r--r-- | tdefilereplace/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdefilereplace/CMakeLists.txt b/tdefilereplace/CMakeLists.txt index 15c70a1..c608a3c 100644 --- a/tdefilereplace/CMakeLists.txt +++ b/tdefilereplace/CMakeLists.txt @@ -28,12 +28,12 @@ link_directories( tde_install_icons( ) tde_create_translated_desktop( SOURCE tdefilereplace.desktop - PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/tdefilereplace-desktops + PO_DIR tdefilereplace-desktops ) tde_create_translated_desktop( SOURCE tdefilereplacepart.desktop DESTINATION ${SERVICES_INSTALL_DIR} - PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/tdefilereplace-desktops + PO_DIR tdefilereplace-desktops ) install( FILES tdefilereplacepartui.rc DESTINATION ${DATA_INSTALL_DIR}/tdefilereplacepart ) install( FILES tdefilereplaceui.rc DESTINATION ${DATA_INSTALL_DIR}/tdefilereplace ) |