Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(479)

Side by Side Diff: remoting/host/installer/linux/Makefile

Issue 10821028: Basic Debian packaging for Linux Me2Me host (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 SRC = ../../../..
2 TOOLS = $(SRC)/remoting/tools
3 RELEASE = $(SRC)/out/Release
4
5 BIN = $(DESTDIR)/usr/bin
6 LIB = $(DESTDIR)/usr/lib/chrome-remote-desktop
7 SHARE = $(DESTDIR)/usr/share/chrome-remote-desktop
8
9 all:
10
11 install:
12 install -d $(BIN) $(LIB) $(SHARE)
13 install $(TOOLS)/me2me_virtual_host.py -m 0755 \
14 $(BIN)/me2me_virtual_host
15 install $(TOOLS)/gaia_auth.py -m 0644 $(SHARE)
16 install $(TOOLS)/keygen.py -m 0644 $(SHARE)
17 install $(RELEASE)/Xvfb-randr -m 0755 $(BIN)
18 install $(RELEASE)/remoting_host_keygen -m 0755 $(LIB)
19 install $(RELEASE)/remoting_me2me_host -m 0755 $(LIB)
OLDNEW
« no previous file with comments | « no previous file | remoting/host/installer/linux/build-deb.sh » ('j') | remoting/host/installer/linux/build-deb.sh » ('J')

Powered by Google App Engine
This is Rietveld 408576698