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

Unified Diff: src/platform/metrics_daemon/debian/rules

Issue 500117: Daemonize (fork()) and install metrics_daemon in the image for execution. (Closed)
Patch Set: rename do_fork to run_as_daemon 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 | « src/platform/metrics_daemon/debian/control ('k') | src/platform/metrics_daemon/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/metrics_daemon/debian/rules
diff --git a/src/platform/metrics_daemon/debian/rules b/src/platform/metrics_daemon/debian/rules
index 28adc14766af31d93f0f8640de6e497c62ff3f7b..364c1ddc99811a3028e2d56e10f4763c0ea9a144 100755
--- a/src/platform/metrics_daemon/debian/rules
+++ b/src/platform/metrics_daemon/debian/rules
@@ -33,6 +33,7 @@ install: build
dh_testroot
dh_clean -k
dh_installdirs
+ mkdir -p $(CURDIR)/debian/chromeos-metrics-daemon
$(MAKE) DESTDIR=$(CURDIR)/debian/chromeos-metrics-daemon install
binary-indep:
« no previous file with comments | « src/platform/metrics_daemon/debian/control ('k') | src/platform/metrics_daemon/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698