Revert "fix(dev_util): restore removed code from dev_util"

so it is a bit complicated but essentially gtest pulls in python which
pulls in pyton-updater which wants portage so portage gets installed in
teh real root not the dev one. Just leave it for now.
This commit is contained in:
Brandon Philips 2013-03-07 11:32:13 -08:00
parent 2f5399b103
commit 7d9acd0de1

View File

@ -36,7 +36,6 @@ 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