summaryrefslogtreecommitdiff
path: root/remoting/host/installer/linux/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/installer/linux/Makefile')
-rw-r--r--remoting/host/installer/linux/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/remoting/host/installer/linux/Makefile b/remoting/host/installer/linux/Makefile
index 9fc36bebfb..dd45d26b19 100644
--- a/remoting/host/installer/linux/Makefile
+++ b/remoting/host/installer/linux/Makefile
@@ -11,7 +11,6 @@ RELEASE = $(SRC)/out/Release
INSTALL_DIR = $(DESTDIR)/opt/google/chrome-remote-desktop
CHROME_MANIFEST_DIR = $(DESTDIR)/etc/opt/chrome/native-messaging-hosts
-MANIFEST = $(CHROME_MANIFEST_DIR)/com.google.chrome.remote_desktop.json
ME2ME_PROGNAME = $(RELEASE)/remoting_me2me_host
ME2ME_DEBUGFILE = $(ME2ME_PROGNAME).debug
@@ -30,8 +29,8 @@ install:
"$(INSTALL_DIR)/chrome-remote-desktop"
install "$(TOOLS)/is-remoting-session" "$(INSTALL_DIR)"
- install -T "$(RELEASE)/remoting/native_messaging_manifest.json" \
- -m 0644 "$(MANIFEST)"
+ install "$(RELEASE)/remoting/com.google.chrome.remote_desktop.json" \
+ -m 0644 "$(CHROME_MANIFEST_DIR)"
eu-strip -f "$(ME2ME_DEBUGFILE)" "$(ME2ME_PROGNAME)"
install "$(ME2ME_PROGNAME)" \