From 8a60480ff22ef117bd19f414f530e0614b014c9f Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Wed, 27 Feb 2013 18:50:29 -0800 Subject: [PATCH] fix(dev_util): restore removed code from dev_util 93ed764 accidently removed some code, restore it. --- build_library/dev_image_util.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build_library/dev_image_util.sh b/build_library/dev_image_util.sh index a326fd0b2f..c3464857b4 100755 --- a/build_library/dev_image_util.sh +++ b/build_library/dev_image_util.sh @@ -36,6 +36,7 @@ install_dev_packages() { sudo ln -s /usr/local/usr/lib/debug "${root_fs_dir}/usr/lib/debug" # Install the bare necessary files so that the "emerge" command works + sudo cp -a ${root_dev_dir}/share/portage ${root_fs_dir}/usr/share sudo sed -i s,/usr/bin/wget,wget, \ ${root_fs_dir}/usr/share/portage/config/make.globals