summaryrefslogtreecommitdiffstats
path: root/klipper
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2012-05-23 18:21:32 +0200
committerSlávek Banko <slavek.banko@axis.cz>2012-05-23 18:21:32 +0200
commitc281f8a59d6d1cc7d72d6fed23a11ee785988e1c (patch)
tree1e5c6072843f46a8676b5d1f887e73bc31248aaf /klipper
parent193d9afcdb186902317c5bef5d6c769fc8933f1a (diff)
downloadtdebase-c281f8a59d6d1cc7d72d6fed23a11ee785988e1c.tar.gz
tdebase-c281f8a59d6d1cc7d72d6fed23a11ee785988e1c.zip
Fix klipper/cmake to install correct klipperrc with global actions
Diffstat (limited to 'klipper')
-rw-r--r--klipper/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/klipper/CMakeLists.txt b/klipper/CMakeLists.txt
index ef157beac..c3886a3c8 100644
--- a/klipper/CMakeLists.txt
+++ b/klipper/CMakeLists.txt
@@ -27,7 +27,7 @@ tde_install_icons( klipper )
install( FILES klipper.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} )
install( FILES klipper.desktop DESTINATION ${AUTOSTART_INSTALL_DIR} )
install( FILES klipper.desktop DESTINATION ${DATA_INSTALL_DIR}/kicker/applets )
-install( FILES klipper.desktop DESTINATION ${CONFIG_INSTALL_DIR} RENAME klipperrc )
+install( FILES klipperrc.desktop DESTINATION ${CONFIG_INSTALL_DIR} RENAME klipperrc )
install( FILES klipperrc.upd klippershortcuts.upd DESTINATION ${KCONF_UPDATE_INSTALL_DIR} )
install( PROGRAMS klipper-1-2.pl klipper-trinity1.sh DESTINATION ${KCONF_UPDATE_INSTALL_DIR} )