From: Alexander Potashev Date: Sat, 4 May 2019 03:59:30 +0000 (+0300) Subject: Fix formatting in CMakeLists.txt X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/afbef7d894250766b4d982c2805e71155db4ad9f Fix formatting in CMakeLists.txt Reviewers: elvisangelaccio Reviewed By: elvisangelaccio Subscribers: kfm-devel Tags: #dolphin Differential Revision: https://phabricator.kde.org/D21021 --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index fb288e441..d41235f24 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -398,8 +398,7 @@ install( FILES settings/dolphin_directoryviewpropertysettings.kcfg settings/dolphin_versioncontrolsettings.kcfg DESTINATION ${KDE_INSTALL_KCFGDIR} ) install( FILES org.kde.dolphin.appdata.xml DESTINATION ${KDE_INSTALL_METAINFODIR} ) -install( FILES settings/kcm/kcmdolphinviewmodes.desktop DESTINATION -${KDE_INSTALL_KSERVICES5DIR} ) +install( FILES settings/kcm/kcmdolphinviewmodes.desktop DESTINATION ${KDE_INSTALL_KSERVICES5DIR} ) install( FILES settings/kcm/kcmdolphinnavigation.desktop DESTINATION ${KDE_INSTALL_KSERVICES5DIR} ) install( FILES settings/kcm/kcmdolphinservices.desktop DESTINATION ${KDE_INSTALL_KSERVICES5DIR} ) install( FILES settings/kcm/kcmdolphingeneral.desktop DESTINATION ${KDE_INSTALL_KSERVICES5DIR} )