Makefile: hard-code eselect python set python2.6
This commit is contained in:
parent
16efcaea51
commit
93a6eaf2f6
2
Makefile
2
Makefile
|
@ -104,6 +104,8 @@ 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
|
||||||
|
chroot $(CHROOT) eselect python set python2.6
|
||||||
touch preproot
|
touch preproot
|
||||||
|
|
||||||
stage3:
|
stage3:
|
||||||
|
|
Loading…
Reference in New Issue