From kde-commits Mon Jul 31 20:04:28 2017 From: Christophe Giboudeaux Date: Mon, 31 Jul 2017 20:04:28 +0000 To: kde-commits Subject: [akonadi-contacts] src/contact-editor/editor/addresseditor/html: Remove the extra '/'. (silent) Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=150153148019337 Git commit dff3391197b19b06d1ae6344c809107f3681a37d by Christophe Giboudeau= x. Committed on 31/07/2017 at 20:03. Pushed by cgiboudeaux into branch 'master'. Remove the extra '/'. GIT_SILENT M +1 -1 src/contact-editor/editor/addresseditor/html/CMakeLists.txt https://commits.kde.org/akonadi-contacts/dff3391197b19b06d1ae6344c809107f36= 81a37d diff --git a/src/contact-editor/editor/addresseditor/html/CMakeLists.txt b/= src/contact-editor/editor/addresseditor/html/CMakeLists.txt index 44e46b9..b6d28f7 100644 --- a/src/contact-editor/editor/addresseditor/html/CMakeLists.txt +++ b/src/contact-editor/editor/addresseditor/html/CMakeLists.txt @@ -1 +1 @@ -install(DIRECTORY default DESTINATION ${KDE_INSTALL_DATADIR}/contacteditor= /grantleetheme/ ) +install(DIRECTORY default DESTINATION ${KDE_INSTALL_DATADIR}/contacteditor= /grantleetheme )