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

Unified Diff: debian/rules

Issue 479011: Scripts to use chrome as a login manager (Closed)
Patch Set: revert to /dev/urandom Created 11 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « debian/dirs ('k') | session_manager.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: debian/rules
diff --git a/debian/rules b/debian/rules
index db78d0d1ea01a758b0de99a4506f9403a2dde723..e37fc46fb694ad971a137aa19f1e5dc21e31bf20 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,6 @@ clean:
dh_testdir
dh_testroot
rm -f build-stamp
- cd chromeos_login_manager && make clean && cd ..
dh_clean
install:
@@ -32,15 +31,17 @@ install:
$(CURDIR)/debian/chromeos-login/usr/share/slim/themes/chromeos/panel.png
cp $(CURDIR)/slim.conf $(CURDIR)/debian/chromeos-login/etc/slim.conf
cp $(CURDIR)/slim $(CURDIR)/debian/chromeos-login/etc/pam.d/
- # Temporary fix to make sure we don't execute ~/.xsession
- mkdir -p $(CURDIR)/debian/chromeos-login/etc/X11/Xsession.d
cp $(CURDIR)/chromeos-xsession \
$(CURDIR)/debian/chromeos-login/etc/X11/
# Scripts for experimentally using the browser as our login manager.
+ cp $(CURDIR)/chromeos-chrome-login \
+ $(CURDIR)/debian/chromeos-login/usr/bin/chromeos-chrome-login
cp $(CURDIR)/session_manager.sh \
$(CURDIR)/debian/chromeos-login/etc/init.d/session_manager.sh
cp $(CURDIR)/start_login.sh \
$(CURDIR)/debian/chromeos-login/etc/init.d/start_login.sh
+ cp $(CURDIR)/start_wm.sh \
+ $(CURDIR)/debian/chromeos-login/etc/init.d/start_wm.sh
cp $(CURDIR)/xstart.sh \
$(CURDIR)/debian/chromeos-login/etc/init.d/xstart.sh
« no previous file with comments | « debian/dirs ('k') | session_manager.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698