diff options
author | Slávek Banko <[email protected]> | 2020-07-08 01:19:10 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-07-08 01:19:44 +0200 |
commit | d85138e2f298203078304d2e57d8ee66a6b3e377 (patch) | |
tree | 2b718dba79531e77cb6b0d9f62e820370dfae55d /noatun/modules | |
parent | a0b27c9ebcdb566823f816fca011e117949a9ad9 (diff) | |
download | tdemultimedia-d85138e2f298203078304d2e57d8ee66a6b3e377.tar.gz tdemultimedia-d85138e2f298203078304d2e57d8ee66a6b3e377.zip |
Simplify CMake rules for desktop file translations.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 57d55cfe629741a0c7b4f5d83792ae8546a17cde)
Diffstat (limited to 'noatun/modules')
-rw-r--r-- | noatun/modules/winskin/mimetypes/interface/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun/modules/winskin/mimetypes/interface/CMakeLists.txt b/noatun/modules/winskin/mimetypes/interface/CMakeLists.txt index 10bb320c..c682c8f5 100644 --- a/noatun/modules/winskin/mimetypes/interface/CMakeLists.txt +++ b/noatun/modules/winskin/mimetypes/interface/CMakeLists.txt @@ -12,5 +12,5 @@ tde_create_translated_desktop( SOURCE x-winamp-skin.desktop DESTINATION ${MIME_INSTALL_DIR}/interface - PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/noatun-desktops + PO_DIR noatun-desktops ) |