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

Unified Diff: src/platform/dh-chromeos/make_pkg.sh

Issue 518051: Build and install dh-chromeos before doing anything else (Closed)
Patch Set: 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 | « no previous file | src/scripts/build_platform_packages.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/dh-chromeos/make_pkg.sh
diff --git a/src/platform/dh-chromeos/make_pkg.sh b/src/platform/dh-chromeos/make_pkg.sh
index 83ee37088863ba2e6664dfbd5b05e85d847d9b10..c366874c44bf326e10592a137b628dc5e559df81 100755
--- a/src/platform/dh-chromeos/make_pkg.sh
+++ b/src/platform/dh-chromeos/make_pkg.sh
@@ -13,3 +13,5 @@ COMMON_SH="$(dirname "$0")/../../scripts/common.sh"
# Make the package
make_pkg_common "dh-chromeos" "$@"
+
+sudo -E dpkg -i "${OUT_DIR}/dh-chromeos"_*.deb
« no previous file with comments | « no previous file | src/scripts/build_platform_packages.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698