diff options
Diffstat (limited to 'kde3/am2cmake')
-rwxr-xr-x | kde3/am2cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kde3/am2cmake b/kde3/am2cmake index 219f509a..d1154ae7 100755 --- a/kde3/am2cmake +++ b/kde3/am2cmake @@ -264,6 +264,7 @@ class CMakeFile inst.addFiles(files) case key when "kde_services" then inst.setLocation("/share/services") + when "kde_kcfg" then inst.setLocation("/share/config.kcfg") when "xdg_apps" then inst.setLocation("/share/applications/kde") end |