summaryrefslogtreecommitdiffstats
path: root/kshutdownlockout
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-07-10 03:24:07 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-07-10 03:24:07 +0200
commit33c97fa091a67fbfcaae19b388c56a931bfca72a (patch)
tree6d74d9f90f36bfa3cb4206e5d6ddfa44915785a1 /kshutdownlockout
parenta3f22d8e5baa497d3d5d4c02bce0bce7fbf1e9a0 (diff)
downloadkshutdown-33c97fa091a67fbfcaae19b388c56a931bfca72a.tar.gz
kshutdown-33c97fa091a67fbfcaae19b388c56a931bfca72a.zip
Simplify CMake rules for desktop file translations.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'kshutdownlockout')
-rw-r--r--kshutdownlockout/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/kshutdownlockout/CMakeLists.txt b/kshutdownlockout/CMakeLists.txt
index 914b3f6..db81564 100644
--- a/kshutdownlockout/CMakeLists.txt
+++ b/kshutdownlockout/CMakeLists.txt
@@ -32,5 +32,5 @@ tde_add_kpart( kshutdownlockout_panelapplet AUTOMOC
tde_create_translated_desktop(
SOURCE kshutdownlockout.desktop
DESTINATION ${DATA_INSTALL_DIR}/kicker/applets
- PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/${PROJECT_NAME}.desktop
+ PO_DIR ${PROJECT_NAME}.desktop
)