diff options
Diffstat (limited to 'kworldwatch/maps')
-rw-r--r-- | kworldwatch/maps/depths/CMakeLists.txt | 2 | ||||
-rw-r--r-- | kworldwatch/maps/flatworld/CMakeLists.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kworldwatch/maps/depths/CMakeLists.txt b/kworldwatch/maps/depths/CMakeLists.txt index 2d3d0c5..0b66487 100644 --- a/kworldwatch/maps/depths/CMakeLists.txt +++ b/kworldwatch/maps/depths/CMakeLists.txt @@ -19,5 +19,5 @@ install( tde_create_translated_desktop( SOURCE depths.desktop DESTINATION ${DATA_INSTALL_DIR}/kworldclock/maps/depths - PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/kworldwatch-maps + PO_DIR kworldwatch-maps ) diff --git a/kworldwatch/maps/flatworld/CMakeLists.txt b/kworldwatch/maps/flatworld/CMakeLists.txt index 0981b13..a7f5541 100644 --- a/kworldwatch/maps/flatworld/CMakeLists.txt +++ b/kworldwatch/maps/flatworld/CMakeLists.txt @@ -19,5 +19,5 @@ install( tde_create_translated_desktop( SOURCE flatworld.desktop DESTINATION ${DATA_INSTALL_DIR}/kworldclock/maps/flatworld - PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/kworldwatch-maps + PO_DIR kworldwatch-maps ) |