| 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.
|
|
|