diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-03-13 20:08:12 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-03-13 20:08:12 +0000 |
commit | 7ff2158c7803bf3c11ccf13f30af71ef99c2353a (patch) | |
tree | 5e18a42e23a75b04914354c764482180466afd8d /kcontrol | |
parent | 3f8943dc55dda548298a7514e47ac4649b92e937 (diff) | |
download | tdebase-7ff2158c7803bf3c11ccf13f30af71ef99c2353a.tar.gz tdebase-7ff2158c7803bf3c11ccf13f30af71ef99c2353a.zip |
Fix kicker file installation location
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1224713 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kcontrol')
-rw-r--r-- | kcontrol/kicker/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/kicker/CMakeLists.txt b/kcontrol/kicker/CMakeLists.txt index 22f388703..e0746d5b4 100644 --- a/kcontrol/kicker/CMakeLists.txt +++ b/kcontrol/kicker/CMakeLists.txt @@ -48,7 +48,7 @@ install( install( FILES uninstall.desktop - DESTINATION ${APPS_INSTALL_DIR} + DESTINATION ${XDG_APPS_INSTALL_DIR} RENAME panel_appearance.desktop ) |