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

Unified Diff: src/platform/microbenchmark/make_pkg.sh

Issue 553066: Rename chromeos-microbenchmark package to libchromeos-microbenchmark-dev (Closed)
Patch Set: smaller change to make_pkg.sh Created 10 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/platform/microbenchmark/debian/control ('k') | src/platform/minijail/debian/control » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/microbenchmark/make_pkg.sh
diff --git a/src/platform/microbenchmark/make_pkg.sh b/src/platform/microbenchmark/make_pkg.sh
index 39ff71ee31a595e0a7d2db3ac73a5afd16068a53..8f2c4ad0ea5eb938f6e8dbfed48b25986c069775 100755
--- a/src/platform/microbenchmark/make_pkg.sh
+++ b/src/platform/microbenchmark/make_pkg.sh
@@ -11,6 +11,6 @@ COMMON_SH="$(dirname "$0")/../../scripts/common.sh"
. "$COMMON_SH"
# Make the package
-make_pkg_common "chromeos-microbenchmark" "$@"
+make_pkg_common "*chromeos-microbenchmark*" "$@"
-sudo -E dpkg -i "${OUT_DIR}/chromeos-microbenchmark"_*.deb
+sudo -E dpkg -i "${OUT_DIR}/libchromeos-microbenchmark-dev"_*.deb
« no previous file with comments | « src/platform/microbenchmark/debian/control ('k') | src/platform/minijail/debian/control » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698