summaryrefslogtreecommitdiffstats
path: root/kscd/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'kscd/CMakeLists.txt')
-rw-r--r--kscd/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/kscd/CMakeLists.txt b/kscd/CMakeLists.txt
index ee3ea4ab..148585be 100644
--- a/kscd/CMakeLists.txt
+++ b/kscd/CMakeLists.txt
@@ -61,13 +61,13 @@ install( PROGRAMS workman2cddb.pl DESTINATION ${BIN_INSTALL_DIR} )
tde_create_translated_desktop(
SOURCE kscd.desktop
- PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/kscd-desktops
+ PO_DIR kscd-desktops
)
tde_create_translated_desktop(
SOURCE xmcd.desktop
DESTINATION ${MIME_INSTALL_DIR}/text
- PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/kscd-desktops
+ PO_DIR kscd-desktops
)
install( FILES kscd.kcfg DESTINATION ${KCFG_INSTALL_DIR} )
@@ -77,5 +77,5 @@ install( FILES kscd.profile.xml DESTINATION ${DATA_INSTALL_DIR}/profiles )
tde_create_translated_desktop(
SOURCE audiocd_play.desktop
DESTINATION ${DATA_INSTALL_DIR}/konqueror/servicemenus
- PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/kscd-desktops
+ PO_DIR kscd-desktops
)