]> cloud.milkyroute.net Git - dolphin.git/commitdiff
actually install the .desktop files as executables
authorOswald Buddenhagen <ossi@kde.org>
Tue, 19 Oct 2010 12:44:48 +0000 (12:44 +0000)
committerOswald Buddenhagen <ossi@kde.org>
Tue, 19 Oct 2010 12:44:48 +0000 (12:44 +0000)
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

src/CMakeLists.txt

index f8dfc831b3bc7ae8745104a47b4c9838b8cd3ab2..e35c8efb4490b20cab8695ac8f846cf9963e6748 100644 (file)
@@ -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