diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-04-05 12:46:45 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-04-05 12:46:45 +0200 |
commit | 35f339fca70b4e4861c57d9287e9a56b5eabede2 (patch) | |
tree | e795a4e0855f137e2c4863489b8b1eeaa5c8783e /fileplugin | |
parent | dcded97665311ec2c62a8b34122b495f720b373a (diff) | |
download | kbarcode-35f339fca70b4e4861c57d9287e9a56b5eabede2.tar.gz kbarcode-35f339fca70b4e4861c57d9287e9a56b5eabede2.zip |
Remove the extra slash in the rule to create a translated desktop file
that can lead to FTBFS.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'fileplugin')
-rw-r--r-- | fileplugin/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fileplugin/CMakeLists.txt b/fileplugin/CMakeLists.txt index a139813..1bf79a9 100644 --- a/fileplugin/CMakeLists.txt +++ b/fileplugin/CMakeLists.txt @@ -31,5 +31,5 @@ tde_add_kpart( tdefile_kbarcode AUTOMOC tde_create_translated_desktop( SOURCE tdefile_kbarcode.desktop DESTINATION ${SERVICES_INSTALL_DIR} - PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/ + PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files ) |