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

Unified Diff: build_image

Issue 4118001: Add sed to remove path dependency for wget (Closed) Base URL: http://git.chromium.org/git/crosutils.git
Patch Set: needs sudo Created 10 years, 2 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build_image
diff --git a/build_image b/build_image
index 68e0c2acfb1880ff3a4d2aa4bb7d8396d6b9c59e..0ecf1573810e1e5308dc630b6fd6df1870138575 100755
--- a/build_image
+++ b/build_image
@@ -416,6 +416,7 @@ update_dev_packages() {
# Install the bare necessary files so that the "emerge" command works
sudo cp ${root_dev_dir}/etc/make.globals ${ROOT_FS_DIR}/etc/
+ sudo sed -i s,/usr/bin/wget,wget, ${ROOT_FS_DIR}/etc/make.globals
sudo mkdir -p ${ROOT_FS_DIR}/etc/make.profile
# Re-run ldconfig to fix /etc/ldconfig.so.cache.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698