[chrome-gnome-shell] cmake: fixed spaces.
- From: Yuri Konotopov <ykonotopov src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chrome-gnome-shell] cmake: fixed spaces.
- Date: Sun, 3 Sep 2017 20:04:18 +0000 (UTC)
commit 2998de1f7a4c7efea66018cb4e2e91c8c8a7cb56
Author: Yuri Konotopov <ykonotopov gnome org>
Date: Mon Sep 4 00:03:52 2017 +0400
cmake: fixed spaces.
CMakeLists.txt | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a21448d..b524208 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -185,12 +185,12 @@ if(BUILD_CONNECTOR)
--prefix \"${CMAKE_INSTALL_PREFIX}\")")
if(NOT CMAKE_SYSTEM_NAME MATCHES "DragonFly.*|FreeBSD")
- install(FILES "${CMAKE_BINARY_DIR}/org.gnome.chrome_gnome_shell.json" DESTINATION
"/etc/chromium/native-messaging-hosts/")
- install(FILES "${CMAKE_BINARY_DIR}/org.gnome.chrome_gnome_shell.json" DESTINATION
"/etc/opt/chrome/native-messaging-hosts/")
- else(NOT CMAKE_SYSTEM_NAME MATCHES "DragonFly.*|FreeBSD")
- # FreeBSD uses patch that forces Chromium to look into undocumented
- # "/usr/local/etc/chrome/native-messaging-hosts" folder for native messaging host manifest.
- #
https://github.com/freebsd/freebsd-ports/blob/master/www/chromium/files/patch-chrome_common_chrome__paths.cc
+ install(FILES "${CMAKE_BINARY_DIR}/org.gnome.chrome_gnome_shell.json" DESTINATION
"/etc/chromium/native-messaging-hosts/")
+ install(FILES "${CMAKE_BINARY_DIR}/org.gnome.chrome_gnome_shell.json" DESTINATION
"/etc/opt/chrome/native-messaging-hosts/")
+ else(NOT CMAKE_SYSTEM_NAME MATCHES "DragonFly.*|FreeBSD")
+ # FreeBSD uses patch that forces Chromium to look into undocumented
+ # "/usr/local/etc/chrome/native-messaging-hosts" folder for native messaging host manifest.
+ #
https://github.com/freebsd/freebsd-ports/blob/master/www/chromium/files/patch-chrome_common_chrome__paths.cc
install(FILES "${CMAKE_BINARY_DIR}/org.gnome.chrome_gnome_shell.json" DESTINATION
"/usr/local/etc/chrome/native-messaging-hosts/")
endif(NOT CMAKE_SYSTEM_NAME MATCHES "DragonFly.*|FreeBSD")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]