"eselect python set python2.6" is no longer necessary
This commit is contained in:
parent
4493b659bc
commit
af0db7e32e
2
Makefile
2
Makefile
|
@ -119,8 +119,6 @@ portage: sync_portage stage3
|
||||||
|
|
||||||
preproot: stage3 mounts portage
|
preproot: stage3 mounts portage
|
||||||
cp -L /etc/resolv.conf $(CHROOT)/etc/
|
cp -L /etc/resolv.conf $(CHROOT)/etc/
|
||||||
# bug in portage... annoying
|
|
||||||
$(inroot) eselect python set python2.6
|
|
||||||
touch preproot
|
touch preproot
|
||||||
|
|
||||||
stage3:
|
stage3:
|
||||||
|
|
Loading…
Reference in New Issue