fix(dev_util): restore removed code from dev_util

93ed764 accidently removed some code, restore it.
This commit is contained in:
Brandon Philips 2013-02-27 18:50:29 -08:00
parent 93ed76460b
commit 8a60480ff2

View File

@ -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