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

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

Issue 491019: Fix broken tree (Closed)
Patch Set: 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 | « no previous file | src/platform/minijail/debian/rules » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/microbenchmark/debian/rules
diff --git a/src/platform/microbenchmark/debian/rules b/src/platform/microbenchmark/debian/rules
index f4e5ea55e7fa23e10058f1cb5c2735e633281ba0..056e5c3dd20479ecac12e0b5c42488fad52e2686 100755
--- a/src/platform/microbenchmark/debian/rules
+++ b/src/platform/microbenchmark/debian/rules
@@ -29,7 +29,7 @@ install: build
dh_testroot
dh_prep
dh_installdirs
- cp $(CURDIR)/libchromeos_microbenchmark_main.a $(CURDIR)/debian/chromeos-microbenchmark/usr/lib/libchromeos_microbenchmark_main.a
+ cp $(CURDIR)/libmicrobenchmark_main.a $(CURDIR)/debian/chromeos-microbenchmark/usr/lib/libmicrobenchmark_main.a
cp $(CURDIR)/microbenchmark.h $(CURDIR)/debian/chromeos-microbenchmark/usr/include/microbenchmark/microbenchmark.h
# Build architecture-dependent files here.
« no previous file with comments | « no previous file | src/platform/minijail/debian/rules » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698