mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-25 15:41:04 +02:00
Add sed to remove path dependency for wget
Change-Id: Iecdea822e9600249a9596c059e4db980b409c0a0 BUG=8082 TEST=Built a vm image and ran sudo gmerge metrics Review URL: http://codereview.chromium.org/4118001
This commit is contained in:
parent
3b44f34de7
commit
765db0f771
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user