┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorOswald Buddenhagen <[email protected]>2010-10-19 12:44:48 +0000
committerOswald Buddenhagen <[email protected]>2010-10-19 12:44:48 +0000
commit818f1878a990252d211f89efa4813ec66ae9ca9f (patch)
tree444a7695c8eefa4e8d084da850c1c7e484461bf2 /src
parenta3d5bda629e9b3ac632ab2e1655d918912b370d9 (diff)
actually install the .desktop files as executables
changing merely the file permissions is the repo is quite a noop as far as cmake is concerned. svn path=/trunk/KDE/kdebase/apps/; revision=1187438
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index f8dfc831b..e35c8efb4 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -273,7 +273,7 @@ install(TARGETS kio_filenamesearch DESTINATION ${PLUGIN_INSTALL_DIR})
########### install files ###############
-install( FILES dolphin.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} )
+install( PROGRAMS dolphin.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} )
install( FILES settings/dolphin_directoryviewpropertysettings.kcfg
settings/dolphin_generalsettings.kcfg
settings/dolphin_columnmodesettings.kcfg