mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 06:01:41 +02:00
fix(dev_util): restore removed code from dev_util
93ed764 accidently removed some code, restore it.
This commit is contained in:
parent
93ed76460b
commit
8a60480ff2
@ -36,6 +36,7 @@ install_dev_packages() {
|
|||||||
sudo ln -s /usr/local/usr/lib/debug "${root_fs_dir}/usr/lib/debug"
|
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
|
# 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, \
|
sudo sed -i s,/usr/bin/wget,wget, \
|
||||||
${root_fs_dir}/usr/share/portage/config/make.globals
|
${root_fs_dir}/usr/share/portage/config/make.globals
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user